Gosub

Format:
gosub label
...
label:
...
rts
...

Description:
Branches to a label and pushes the current statement number onto a stack. RTS uses it to return control to the statement after GOSUB.