Adaptive Framework 0.9.0

return

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

PropertyValue
briefReturn from the outermost structured block
categoryscript
descriptionReturn from the outermost structured block. If the expression of a lambda function is a block function, this will effectively return from the lambda function. If called outside of a structured block, an error is thrown.
functionIdreturn
functionLabelreturn
puretrue
parameters[ { "description": "The value to evaluate that the outermost block 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 outermost structured block with the last evaluated value." }
scriptSupporttrue