<Label> = The name you wish to use for your 'label'
Allows you to define the name and location of a <Label> that is used as the jump destination for a 'goto' or 'gosub' statement.
All 'labels' will have ':' appended to the end of them by the SE. So if you give your 'label' the name 'my.label.name', it will show as my.label.name: .
Example:
my.label.name:
Command Location:
- »» General Commands
- »» Flow Control
define label <Label>
- »» Flow Control