Command:Return
From Lavish Software Wiki
Contents |
[edit]
Syntax
| Return | |
| Usage | Beginner |
| Level of Understanding | Intermediate |
| Computer Savvy | Beginner |
| Logic | Intermediate |
Return [text]
[edit]
Description
Returns from the current function immediately, continuing execution after the "Call" to this function. If the main function ends, the script ends.
If any text is returned with the Return command, it can be retrieved by the caller via the Return Top-Level Object.
[edit]
Examples
[edit]
