Last Modified: 1/4/2021
Jumps to LineLabel without the ability to return.
| Name | Type | Required | Description |
| LineLabel | Line Label | Yes | The line label to jump code execution to. |
| Syntax: GoTo <MyLabel> |
|
GoTo SkipText Print "You can't see me!" End Hello: Print "Hello World!" End |