August 2007
Intermediate to advanced
608 pages
20h 33m
English
Gosub() — Branches to a new location, saving the return address
Gosub(context,extension,priority) Gosub(extension,priority) Gosub(priority)
Branches to the location specified, similar to Goto(), except that Gosub() saves the return location, to be
returned to later by invoking Return().