March 2000
Intermediate to advanced
576 pages
18h 13m
English
$RealCompatibility Compiler Directive
{$RealCompatibility Off} // default
{$RealCompatibility On}Local
When you enable the
$RealCompatibility
directive, the compiler
makes the Real type equivalent to
Real48. By default, Real is
equivalent to Double. This directive exists for
backward compatibility. New programs should use the new
floating-point types (Single,
Double, and Extended). If you
must read an old Real value from a file, you can
use Real48.
| Double Type, Extended Type, Real Type, Real48 Type, Single Type |
Read now
Unlock full access