Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.499 return

return [, value]

May only be used inside a user-defined subroutine or function. Forces an exit from the routine. In case of a user function, value is the value of the function call in the expression in which it is used.