EXIT
Category: Statement
Syntax: EXIT
Description
Immediately terminates the execution of the innermost active loop construct (FOR, WHILE, or REPEAT) and jumps control flow to the instruction following the loop block.
Category: Statement
Syntax: EXIT
Immediately terminates the execution of the innermost active loop construct (FOR, WHILE, or REPEAT) and jumps control flow to the instruction following the loop block.