Node:ShortReal, Next:ShortWord, Previous:ShortInt, Up:Reference
(Under construction.)
type ShortReal { built-in type }
ShortReal is a GNU Pascal extension.
ShortReal
program ShortRealDemo; var a: ShortReal; begin a := 42; WriteLn (a) end.