EXIT
EXIT is used to terminate the execution of the following interative control structures:
•WHILE-DO
•FOR-TO-DO
•REPEAT-UNTIL
Calling EXIT will resume execution immediately after the corresponding END_WHILE, END_FOR, or END_REPEAT statements.