Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> error 01 semi-colon (;) was expected pp 321</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 01                Semi-Colon (;) was Expected                  pp 321

 Source:  Compiler

 Cause:   Probable syntax error.  Semi-colon missing after statement.

 Remedy:  Check statement and add semi-colon.  Check for incorrect or missing
          End statement.


 ----------------------------------------------------------------------------


 Example:
       VAR
          FileVar : File if Integer ; { Of is mis-spelled }

       BEGIN
         ClrScr                     ; { Wrong         }
         ClrScr ;                   ; { Correct       }
       END.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson