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