GOSUB

From STX Wiki
Jump to navigationJump to search
GOSUB label [arguments]

Call the local subroutine at label label. The call to a subroutine is like starting a macro, but instead of calling a new macro source code, a copy of the calling macro is created and the execution of the copy is started at label. A subroutine must be finished with the EXIT command (= return).

Navigation menu

Personal tools