Next: DEFINE, Up: Conditional and Looping Constructs [Contents][Index]
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