Labels

LABEL labelname

This labels a line for CALL and GOTO commands. This includes the GOTO_.. commands that implement Conditional Commands that can be found here.

GOTO labelname

This directs script execution to continue at the corresponding LABEL command.

CALL labelname

This directs script execution to continue at the corresponding LABEL command. When the RETURN command is encountered, execution will resume at the line following the original CALL command. CALL commands can be nested.

RETURN

Returns execution to the line after the most recent CALL command.

© 1991-2024 - Baseline Data Systems, Inc.