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 12 begin was expected pp 321</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 12                    Begin was Expected                       pp 321

 Source:  Compiler

 Cause:   Begin is missing or syntax error.

 Remedy:  Back track from the cursor position to find the last Begin/End
          mismatch.

 Example:
       Procedure Dummy;
          Being                      { Begin is spelled incorrectly }
          End;

       Procedure Dummy;
               
          WriteLn;                   { No begin or end specified    }

       {$I Graph.P} ;                { Semi-colon causes Error 12   }

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