INCLAN: break: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
== 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.