The RESUME statement marks an exit point from an error handling routine
and returns program control to a specified label or line number, or to
the program block where the error occurred.
Examples:
990 RESUME 300
RESUME main_routine
Additional Information:
explode
extract