Next: , Previous: Conditionals and Looping, Up: Conditionals and Looping



11.1 BREAK

     BREAK.

BREAK terminates execution of the innermost currently executing LOOP construct.

BREAK is allowed only inside LOOP...END LOOP. See LOOP, for more details.