Invalid label encountered

An invalid label is used. Perhaps it is misspelled or the labels don't occur in the required order. Examples:

lop:       ; should be "loop"
   
init:
bailout:
loop:      ; "loop" should be before "bailout"

See Also
Errors