March 2000
Intermediate to advanced
576 pages
18h 13m
English
Real Type
type Real = Double;
The Real type is another name for
Double; this name exists for compatibility with
standard or Turbo Pascal programs. If you have a file that stores
Turbo Pascal Real values, you must use the
Real48 type to read those values from the file.
The $RealCompatibility compiler directive lets you
treat all uses of the Real type as
Real48.
| Double Type, Real48 Type, $RealCompatibility Compiler Directive |
Read now
Unlock full access