Hello —, Am 2010-03-16 um 15:34 schrieb Michael Haupt:
>> (1 to: 10) do: [: x | Transcript show: x.]
>
> And this works out of the box.
Moreover, often this is even better to read:
1 to: 10 do: [:x | Transcript show: x].
So Long,
-Tobias
_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
