Last Modified: 1/4/2021
Jumps to LineLabel with the ability to come back using the Return command.
Name | Type | Required | Description |
LineLabel | Line Label | Yes | The line label to jump code execution to. |
Syntax: GoSub <MyLabel> |
GoSub Hello Print "World" End Hello: Print "Hello"; Return |