Node:LongReal, Next:, Previous:LongInt, Up:Reference



LongReal

(Under construction.)

Synopsis


type
  LongReal  { built-in type }

Description

Conforming to

LongReal is a GNU Pascal extension.

Example


program LongRealDemo;
var
  a: LongReal;
begin
  a := 42;
  WriteLn (a)
end.

See also