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