Thanks,

I have finished this tutorial and will go on with the first book.

I wonder if there are some kind of challenges so I can pratice more with Smalltalk.

Roelof



Mark Rizun schreef op 30-3-2014 13:48:
Hello,

You should open Transcript, and than do it, instead of print it.

Mark


2014-03-30 14:45 GMT+03:00 Roelof Wobben <r.wob...@home.nl>:
Hello,

When I select this part:

1 to: 100 do:
  [:i | Transcript show: i asString; cr ].

And do print it.

I only see 1 where I expected to see all the numbers from 1 till 100.

What went wrong ?

Roelof




Reply via email to