[Newbies] i++

Tobias Pape Das.Linux at gmx.de
Tue Mar 16 14:58:03 UTC 2010


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



More information about the Beginners mailing list