[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 03                  Comma (,) was Expected                     pp 321

 Source:  Compiler

 Cause:   Comma missing in declaration.

 Remedy:  Insert comma as required to separate identifiers.

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

 Example:
       TYPE
          Days : (Mon,Tue,Wed,Thu,Fri) ;

       BEGIN
          Assign (FileVar 'FileName.Ext) ;     { Wrong }
          WriteLn ('Number One = ' 1)    ;

          Assign (FileVar,'FileName.Ext) ;     { Correct }
          WriteLn ('Number One = ',1)    ;
       END.

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