break. Force finishing loop   [3.2.2]

^break[]
^break(condition)   [3.4.5]

Operator
break can be used inside of loop (for, while, menu, foreach) for its force finishing. You can't use this operator outside of loop.
The call
^break(condition) is equivalent to ^if(condition){ ^break[] }.



Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 20.04.2017