[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 57                    Real Constant Error                      pp 323

 Source:  Compiler

 Cause:   Value or syntax error in Real constant value or defintion.

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


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


 Example:
       CONST
          RealVal : Real = 1E+99  ;             { Out of range error   }
          RealErr : Real = 0.1.34 ;             { Double decimal point }

       VAR
          RealVar : Real          ;             { Legal declarations   }
          FracVar : Real          ;

       BEGIN
          FracVar := 1E+99        ;             { Out of range error   }
          FracVar := 0.1.34       ;             { Double decimal point }
       END.

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