[<<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.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson