Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> error 53 reserved word used as identifier pp 322</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Error 53 Reserved Word Used as Identifier pp 322
Source: Compiler
Cause: A reserved word has been used as an identifer.
A declaration part has no entries.
Remedy: Examine the statement ahead of the error cursor for the above
condition.
----------------------------------------------------------------------------
Example:
CONST
{ Wrong - No entries declared after CONST }
VAR
GoodVar : Integer; { VAR assumed to be an entry }
Absolute : Real ; { Wrong - Absolute is a reserved word }
BEGIN
END.
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson