[Next] [Up] [Previous]

The GOSUB Statement

The GOSUB statement has the form

        GOSUB line-number

and causes a GO_TO to that line number as well as placing a return address on a stack for use by a RETSUB statement.


[Next] [Up] [Previous]