Return - Function SummarySummary:Returns a value from a function. Usage:return value Arguments:value - The value argument. (must be: any-type) Description:Exits the current function immediately, returning a value as the result of the function. To return no value, use the EXIT function.
Related:break - Breaks out of a loop, while, until, repeat, foreach, etc.
| ||||
|