goto (not supported in Axiell Collections)

Syntax

GOTO label

Meaning

Execution continues with the instruction at label. This label is a number at the beginning of a line. Labels must be unique but can be assigned in any order. Labels and the accompanying program code always come after the last END instruction. A block of code belonging to a label continues until the next label or until the end of the program text (if no other labels occur).
This function is not supported in Axiell Collections and RunAdapl.

See also

GOSUB