> c := OrderedCollection new.
> 1 to: 10 do: [:each | c add: [each]].
> c collect: [:each | each value]
> -> OrderedCollection (11 11 11 11 11 11 11 11 11 11 11)
>
> It works fine using (1 to: 10) do: [...]
>
> In the future, I'll have to remember to avoid #to:do: with Iliad action
> blocks :D
Yes, please report a bug. I'll mark it as postponed immediately, but at
least we know it's there.
Paolo
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk