return [value]
value
An optional value returned to the invoking procedure.
The return statement terminates a script and optionally returns a value to the invoking routine. Any number of return statements may be present in a script. A return statement without a value is equivalent to a bye.
return return (j+3)
BUGS The return value cannot currently be utilized by the invoking procedure.
bye,