Translate page

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

 

Next Command