Difference between revisions of "Command:Return"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
{{CMD-DR|Return|Beginner|Intermediate|Beginner|Intermediate}} | {{CMD-DR|Return|Beginner|Intermediate|Beginner|Intermediate}} | ||
+ | Return [text] | ||
== Description == | == Description == | ||
+ | Returns from the current function immediately, continuing execution after the "Call" to this function. If the main function ends, the script ends. | ||
== Examples == | == Examples == |
Revision as of 06:14, 2 April 2005
Contents
Syntax
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.