Usage:
/BREAK [n]
During macro evaluation, /BREAK unconditionally terminates the nearest enclosing /WHILE loop. If n is specified, it will break out of n enclosing /WHILE loops. If used outside a /WHILE loop, the macro evaluation is terminated.
See: /while, /return, /exit, evaluation