DEFINES ONE OR SEVERAL MARKS IN THE PROGRAM
ACTION
The command defines one or several LABEL, that is name(s) given to program location(s).
A label can contain letters, underscore ("_") or numbers, but the first character must be a letter.
Examples of labels : A, h67y9, abcdef078
SYNTAX:
LABEL L1[,Ln]
USE ERROR EXAMPLE
label A, h67y9, abcdef078
LABEL
LABEL L
SEE ALSO
GOTO
GOSUB