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

9.142 LongestReal

(Under construction.)

Synopsis

 
type
  LongestReal = LongReal;  { might get bigger than LongReal someday }

Description

Conforming to

Example

 
program LongestRealDemo;
var
  a: LongestReal;
begin
  a := 42;
  WriteLn (a)
end.

See also



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