Return Command

PPCL command that marks the end of a subroutine. It must be the last command of any GOSUB subroutine. When a RETURN command is encountered, the program will return to the line following the GOSUB command.