The EXIT
instruction is used in a FOR
, WHILE
or REPEAT
loop in order to end the loop regardless of other abort conditions.
The EXIT
instruction is used in a FOR
, WHILE
or REPEAT
loop in order to end the loop regardless of other abort conditions.