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