@node Break, Chdir, Box, Commands @iftex @syntax Break. @end iftex @example Syntax: Break @end example @pindex Break Exit the current WHILE (@pxref{While}) loop, and continue executing commands after it. You cannot use BREAK to escape from a DO loop; either embed the loop in a macro and use RETURN to exit early, or rewrite the DO as a WHILE loop.