CONTINUE RETURN command
General Form:
CONTINUE RETURN
The CONTINUE RETURN command will restart a program that has been stopped either with a STOP or a TRAP statement or has been interrupted by a Ctrl+BREAK, and stop it again immediately after the next RETURN statement that is associated with the most recent GOSUB statement.
The CONTINUE RETURN command can be executed directly within the Workbench either as a single keystroke or from the toolbar.
See also:
CONTINUE, CONTINUE LOAD, CONTINUE NEXT,
CONTINUE LOOP, STOP, TRAP