INCLAN: break

From CYANA Wiki
Revision as of 14:36, 13 August 2009 by Masayo (talk | contribs) (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.