RETURN
inside function-
RETURN expression | string-expression
RETURN is used to return control back to the statement immediately following a previous GOSUB call. When used
in combination with GOSUB, A GOSUB call must always have a matching RETURN
statement, to avoid stack
If the
RETURN is inside a function, an integer or string expression is
expected.