Next: DO IF, Previous: Conditionals and Looping, Up: Conditionals and Looping
BREAK.
BREAK terminates execution of the innermost currently executing LOOP construct.
BREAK is allowed only inside LOOP...END LOOP. See LOOP, for more details.