Control Flow
All common control flow statements are supported, including:
-
Conditional control, such as
IF
,ELSE
, andELSIF
-
Iterative control, such as
LOOP
,FOR
,WHILE
,EXIT
,CONTINUE
, and loop labels
For more information, see the Control Flow Statements topic.
Last modified: April 28, 2021