bug0192.pp 83 B

12345678
  1. var
  2. k,l : word;
  3. begin
  4. if (k<>l)=false then
  5. ;
  6. if (k<>l)=true then
  7. ;
  8. end.