Node:LongestReal, Next:LongestWord, Previous:LongestInt, Up:Reference
(Under construction.)
type LongestReal = LongReal; { might get bigger than LongReal someday }
LongestReal
is a GNU Pascal extension.
program LongestRealDemo; var a: LongestReal; begin a := 42; WriteLn (a) end.