INCLAN: break: Difference between revisions
Jump to navigation
Jump to search
m (INCLAN: break, exit, quit, return moved to INCLAN: break) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
'''break''' | '''break''' | ||
== Description == | == 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. | |||
Latest revision as of 13:36, 13 August 2009
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.