Node:Real, Next:record, Previous:ReadStr, Up:Reference
(Under construction.)
type Real { built-in type }
Real is defined in ISO 7185 Pascal and supported by all known Pascal variants.
Real
program RealDemo; var a: Real; begin a := 42; WriteLn (a) end.