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
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