fr:gosubreturn

Gosub / Return

Format

gosub label

label:
statement(s)
return

Description

Jumps to the specified label. Upon encountering a RETURN command, program execution will continue at the line following the GOSUB. GOSUB commands may be nested.

See Also

fr/gosubreturn.txt · Last modified: 2011/03/29 11:56 (external edit)