Skip to main content

Control Flow

All common control flow statements are supported, including:

  • Conditional control, such as IF, ELSE, and ELSIF

  • Iterative control, such as LOOP, FOR, WHILE, EXIT, CONTINUE, and loop labels

For more information, see the Control Flow Statements topic.