General Statements
Top
Previous
Next
The following statements are available to control code flow.
Available Statements
•
BEGIN ... END block
•
IF ... THEN ... [ELSE ...]
•
WHILE ... DO loop
•
REPEAT ... UNTIL loop
•
FOR ... DO loop
•
FOREACH loop
•
LEAVE (BREAK)
•
CONTINUE
•
EXIT
•
SUSPEND
•
RETURN