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