Go to the first, previous, next, last section, table of contents.

EXIT Statement

The EXIT statement must appear inside a WHILE, REPEAT, or LOOP statement. It causes the flow of execution to branch to the statement immediately following the innermost loop in which it appears.


Example


Go to the first, previous, next, last section, table of contents.