[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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.
18.1.9.1 IF Statement | ||
18.1.9.2 CASE Statement | ||
18.1.9.3 LOOP Statement | ||
18.1.9.4 LEAVE Statement | ||
18.1.9.5 ITERATE Statement | ||
18.1.9.6 REPEAT Statement | ||
18.1.9.7 WHILE Statement |