Skip to content
Craig Edwards edited this page Apr 28, 2023 · 3 revisions

GOSUB

GOSUB numeric-constant

Jump to the specified line number, returning to the statement below the GOSUB when RETURN is encountered. Only constant numeric values are supported for GOSUB.

Clone this wiki locally