INCLAN: break: Difference between revisions
Jump to navigation
Jump to search
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.