
Chapter 14. Statement Reference
187
Syntax errors:
Syntax errors:Syntax errors:
Syntax errors:
Error code and message Meaning
error 6: Variable name
redefinition
A same register variable name is double
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 constant.
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 initial
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 subscript.
error 84: ’]’ missing
No closing square bracket follows
stringlength.
error 90: ’{’ missing
No opening brace precedes the initial value.
Komentáře k této Příručce