Gosub <label name>

GoSub sends control of the script to the specified label. The line number is stored so control may return. Upto 100 nested GoSubs are supported.