return
(macro)
Package:
CURL.LANGUAGE.COMPILER
Signature
{return [
exp-1
[,
exp-n
]* ] }
Returns from a procedure or method with 0 or more values.
Example
{return}
Example
{return 1}
Example
{return 1, 2}