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