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 57 real constant error pp 323</b> http://www.X-Hacker.org [<<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.

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