Adaptive Framework 0.9.0

break

The following is a list of properties for the function break:

PropertyValue
briefBreak out of a block
categoryscript
descriptionThis is a special function that can be called to break out of the body of a loop. If called outside of a loop body, an error is thrown.
functionIdbreak
functionLabelbreak
puretrue
parameters[ { "description": "The value to evaluate that the enclosing loop will return. If not specified, the last evaluated value or a null value will be returned.", "name": "value", "optional": true } ]
returns{ "description": "This function returns from the body of a loop with the last evaluated value." }
scriptSupporttrue