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