{ GPC demo program. For copying conditions see the file `COPYING.DEMO'. } program ShortRealDemo; var a: ShortReal; begin a := 42; WriteLn (a) end.