[REBOL] Math bug?
From: mbicanic:open:hr at: 29-Jun-2001 21:52
Hi, can you please test this code on your systems ? test-bug: does [ sum: aaa: count: 0 echo %res loop 10000 [ aaa: aaa + 1 bbb: aaa / 10 sum: sum + 0.1 if sum <> bbb [ count: count + 1 print [aaa " :: " sum " <> " bbb ] sum: bbb ] ] print [ "count:" count ] echo none ] Any errors ? I've got 297 errors on my Amiga, and similar results with Windows 95/98 on work. mb