break
Synopsis:
(break)
Description:
Exits the current control structure.
Example:
(foreach i in (range 1 1000)
(if (= i (property "myNumber"))
(break)))
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @