INCLAN: break
(Redirected from INCLAN: break, exit, quit, return)
Jump to navigation
Jump to search
Synopsis
break
Description
Breaks a do-loop and is only allowed in macros. The execution of the macro is continued with the first statement following the loop.