CONTINUE
The CONTINUE keyword transfers control of execution from a statement block to
another location in the currently executing compound statement.
keyword is the name of the current 4GL statement, from among the keywords CONSTRUCT,
FOR, FOREACH, INPUT, MENU, or WHILE.
You can use CONTINUE within a statement block of the currently executing
compound statement that keyword specifies. This is a run-time instruction to
transfer control within the current statement. (Use the EXIT keyword, rather than
CONTINUE, to terminate the compound statement unconditionally.)
References
CONSTRUCT
FOR
FOREACH
GOTO
INPUT
ARRAY
MENU
WHENEVER
WHILE