Flow Control Constructs
The IF
, CASE
, LOOP
, WHILE
, ITERATE
, and LEAVE
constructs are fully implemented.
These constructs may each contain either a single statement, or a block of statements using the BEGIN ... END
compound statement. Constructs may be nested.
FOR
loops are not currently supported.