LABEL
Â
Designates a label location within the script.
This command designates a label location, with a label name that a GOTO command can branch to, at any time within the script. The label name must be unique in the script.
Â
Usage: label ‘‘mylabel’‘
or
 label mylabel
Â
Â