GOSUB

GOSUB


GOTO Index Level GT
Syntax GOSUB statement.label{:}
Category BASIC
Type Statement
Description transfers control to a local subroutine identified by a statement label within the program.  Control returns to the next statement after the "gosub" statement when the "return" statement is encountered.
Options
See Also statement labels SUBROUTINE RETURN
Example
Warnings
Compatibility
GOTO Index Level GT