fpc/tests/tbs0192.pp
1999-01-15 17:41:58 +00:00

8 lines
83 B
ObjectPascal

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