RETURN
Description:
This statement causes program execution to continue at the next statement after a GOSUB command was issued. RETURN is the last statement in a block of code that is called by the GOSUB command.
See GOSUB