Node:LongestReal, Next:, Previous:LongestInt, Up:Reference



LongestReal

(Under construction.)

Synopsis


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

Description

Conforming to

LongestReal is a GNU Pascal extension.

Example


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

See also