Difference between revisions of "Command:Return"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
*[[LavishScript:Commands|Commands]]
 
*[[LavishScript:Commands|Commands]]
 
{{Command-Stub}}
 
{{Command-Stub}}
 +
[[Category:LavishScript]]
 +
[[Category:LavishScript Commands]]

Revision as of 22:31, 25 May 2005

Syntax

Command Difficulty Rating
Return
Usage Beginner
Level of Understanding Intermediate
Computer Savvy Beginner
Logic Intermediate

Return [text]

Description

Returns from the current function immediately, continuing execution after the "Call" to this function. If the main function ends, the script ends.

Examples

See Also