This is always used with the GOSUB statement. When RETURN is encountered, program execution continues immediately after the last GOSUB statement executed.
If a RETURN statement is encountered and there is no GOSUB in operation, a ?RETURN WITHOUT GOSUB ERROR will occur.