fpc/tests/tbs0103.pp
1998-12-02 13:05:01 +00:00

9 lines
107 B
ObjectPascal

Var
out: boolean;
int: byte;
Begin
{ savesize is different! }
out:=boolean((int AND $20) SHL 4);
end.