tb0087.pp 207 B

1234567891011
  1. { Old file: tbs0103.pp }
  2. { problems with boolean typecasts (other type) OK 0.99.6 (PFV) }
  3. Var
  4. out: boolean;
  5. int: byte;
  6. Begin
  7. { savesize is different! }
  8. out:=boolean((int AND $20) SHL 4);
  9. end.