goto

A keyword that can be used in Scripting, for control flow.

Syntax and semantics

goto LABEL
jump from here to the line that contains label \%{LABEL}, where LABEL can be any sequence of letters (usually upper case), underscores and digits.

See also label.

Links to this page


© Paul Boersma 2023