tb0161.pp 239 B

1234567891011
  1. { Old file: tbs0192.pp }
  2. { can't compare boolean result with true/false, because the boolean result is already in the flags OK 0.99.11 (PFV) }
  3. var
  4. k,l : word;
  5. begin
  6. if (k<>l)=false then
  7. ;
  8. if (k<>l)=true then
  9. ;
  10. end.