Specifications

519
Appendices
Syntax Errors
Error code & Message
error 1: Improper label format
error 2: Improper label name
(redefinition, variable name, or reserved word used)
error 3: "missing
error 4: Improper expression
error 5: Variable name redefinition
(common variable already defined as label name or vari-
able name)
error 6: Variable name redefinition
(register variable already defined as label name or vari-
able name)
error 7: Variable name redefinition
(variable already defined as label name, non-array string
work variable, register variable, or common variable)
error 8: Too many variables
(work integer non-array)
error 9: Too many variables
(work float non-array)
error 10: Too many variables
(work string non-array)
error 11: Too many variables
(register integer non-array)
error 12: Too many variables
(register float non-array)
error 13: Too many variables
(register string non-array)
error 14: Too many variables
(common integer non-array)
error 15: Too many variables
(common float non-array)
error 16: Too many variables
(common string non-array)
error 17: Too many variables
(work integer array)
error 18: Too many variables
(work float array)
error 19: Too many variables
(work string array)
error 20: Too many variables
(register integer array)