INCLAN: break: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
|||
(5 intermediate revisions by 2 users 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.