Difference between revisions of "TLO:Return"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
== Forms == | == Forms == | ||
− | * | + | *... '''Return''' |
− | :Retrieves the value from the last | + | :Retrieves the returned value from the last function called. The object type is defined by the function called, and will be [[ObjectType:mutablestring|mutablestring]] if not specified |
== Examples == | == Examples == | ||
== See Also == | == See Also == | ||
− | + | {{LavishScript:Top-Level Object}} | |
− | |||
− | |||
− |
Latest revision as of 16:46, 8 July 2018
Forms
- ... Return
- Retrieves the returned value from the last function called. The object type is defined by the function called, and will be mutablestring if not specified
Examples
See Also
LavishScript Top-Level Objects