[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.66 Double

(Under construction.)

Synopsis

 
type
  Double = Real;

Description

`Double' is a synonym for the `Real' data type and supported for compatibility with other compilers.

Conforming to

`Double' is a Borland Pascal extension.

Example

 
program DoubleDemo;
var
  A: Double;  { There is nothing special with `Double'. }
  B: Real;
begin
  A := Pi;
  A := B
end.

See also



This document was generated by Frank Heckenbach on May, 10 2002 using texi2html