Return | |||||||
Type | statement | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.language | ||||||
Summary | Causes execution of the current handler to end, and control return to the caller. | ||||||
Parameters |
| ||||||
Description | Use the return control structure to halt execution of the current handler, to return control to the caller, and optionally to return a value. Note:It is a checked runtime error for a value returned from a handler to not match the return type of the handler it is in. |