LABEL
LABEL provides a destination for the LABEL command, see " GOTO " for details.
Syntax:
LABEL label_number LABEL text_label
Discussion:
The label_number must be an integer value greater than zero, such as 1 or 7. If a text label is used, the text label must not contain spaces or other special characters that are used as delimiters. LABEL has no effect on program flow by itself. There is a limit of 300 label commands in a macro.
Example:
LABEL 7 LABEL startover
Next: