RSUB
Returns to the GOSUB statement.
Synopsis
RSUB
Arguments
None.
Description
The RSUB PROC command redirects execution to the next command after GOSUB. RSUB returns to the most recently invoked GOSUB. If no GOSUB has been invoked, no operation occurs.