N
AME
return
- return from a function
S
YNTAX
return
or
return
expression
D
ESCRIPTION
Return jumps directly out of a function returning the given value to the calling function. If no expression is given, 0 is returned.
K
EYWORDS
control