Node:LongReal, Next:LongWord, Previous:LongInt, Up:Reference
(Under construction.)
type LongReal { built-in type }
LongReal is a GNU Pascal extension.
LongReal
program LongRealDemo; var a: LongReal; begin a := 42; WriteLn (a) end.