fpc/bugs/bug0192.pp
1998-12-15 17:10:04 +00:00

8 lines
83 B
ObjectPascal

var
k,l : word;
begin
if (k<>l)=false then
;
if (k<>l)=true then
;
end.