Flow Control in Procedures
Subsections
PAUSE: Pause Procedure Execution
CONTINUE: Resume a Paused Procedure
GOTO: Jump to a Specified Place in a Procedure
DO/END_DO: Using Do-Loops in Procedures
IF, ELSE_IF, ELSE, END_IF: Conditional (IF) Flow Control
ERROR: Execute On Error
EOF: Execute On End-Of-File (EOF)