Name

Gosub() — Branches to a new location, saving the return address

Synopsis

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().

See Also

GosubIf(), Macro(), Goto(), Return(), StackPop()