LABEL


label         <i> | <text> | <nvar>

Function

Define a command label in a command file.

Parameters

i

The label number. The i parameter must be in the range 1 through 50.
 

text

The label name, a string that must start with a letter and has a maximum of 16 characters.
 

nvar

The name of a numeric variable the value of which is defined as the label number.

Examples

label 25

label error

label try_again

 

### macro example ###

numeric foo

foo=10

label foo

Notes

LABEL must be the first command on a line and cannot be used within MEN or TAB files. It is available in batch mode only.

See also

do, goto, jump