[squeak-dev] Serious bug in 3.10

askoh askoh at askoh.com
Thu Jul 31 22:32:31 UTC 2008


| block |
block := [:i | Transcript cr; show: i].
1 to: 10 do: [:i | block value: i+1]

The above should print ten times. But it only prints the five even numbers.
That is a bug isn't it?

Aik-Siong Koh
-- 
View this message in context: http://www.nabble.com/Serious-bug-in-3.10-tp18764850p18764850.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.




More information about the Squeak-dev mailing list