  RETURN

   RETURN [<value>]

   Type: statement

   If RETURN has no argument it will return to the last invoked GOSUB. If
   no GOSUB was invoked previously then RETURN has no effect.

   Only in case of functions the RETURN statement must contain a value.
   This is the value which is returned when the FUNCTION is finished.

