[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 13                     DO was Expected                         pp 321

 Source:  Compiler

 Cause:   Syntax error or omission of reserved word Do.

 Remedy:  Examine the statement ahead of the error cursor for the above
          condition.

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

 Example:
       VAR
          BytVar    :  Byte ;

       BEGIN
         For BytVar := 1 To 10 { Do }        { Do is missing     }
           Begin
           End;

         While BytVar < 10  Dp               { Do is mis-spelled }
           Begin
           End;
       END.

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