Specifications

Chapter 14. Statement Reference
204
Syntax errors:
Error code and message Meaning
error 6: Variable name
redefinition
A same register variable name is dou-
ble declared in a program.
error 71: Syntax error stringlength is not an integer
constant.
The number of the specified initial
values is greater than that of the
array elements.
The list of initial values is terminated
with a comma.
The type of the specified variable
does not match that of its initial
value. (Note that a real variable can
have an integer constant as an initial
value.)
subscript is not an integer con-
stant.
error 73: Improper
string length
stringlength is out of the range.
error 74: Improper array
element number
subscript is out of the range.
error 75: Out of space
for register
variable area
Definition by DEFREG exceeds the
register variable area.
error 77: Initial string
too long
The dimension of the specified array
variable does not match that of its ini-
tial value.
The number of initial value elements
for the specified string variable is
greater than its string length.
error 83: ) missing No closing parenthesis follows sub-
script
.
error 84: ] missing
No closing square bracket follows
stringlength.
error 90: { missing
No opening brace precedes the initial
value.