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