INCLAN: break: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
== Description ==
== Description ==


Exits from the current do-loop. This command can only be used in macros, because loops are only allowed within macros.
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 14: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.