@@ -8,7 +8,7 @@ begin
halt(1);
if b<>Byte(%10101010) then
- if b<>Byte(%10101010) then
+ if b<>%10101010 then
WriteLn('Ok');
end.