Control flow: Break from loop

Revision as of 01:54, 13 February 2024 by JosueGd (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This action immediately interrupts the loop in which it is currently running. 
The macro continues with the first action immediately after the loop.
It is important to note that if this action is placed outside the context of a loop, it will have no effect and will be completely ignored.