[fpc-devel]bug report 2181

Rimgaudas Laucius rimga at ktl.mii.lt
Wed Oct 16 08:27:56 CEST 2002


About bug report 2181: why 9985 in [1, 2]?
M := 9985;
  if M in [1, 2] then WriteLn ('Error!');

I tryed it with fpc 1.1. There is consistent pattern: 
for m:= 1 to n do
  if (m*256+x) in [x] then 
    writeln(m);





More information about the fpc-devel mailing list