Hi,

I wrote the following line of code to display the numbers 1 to 200 in
the Transcript Window.

1 to: 200 do: [ :x | Transcript show: x ; cr ].

The numbers are displayed quite slowly and while they are being
displayed, I am unable to perform any other action, for example, click
on other Windows to raise them to the front or bring up the context
sensitive menu.  What am I doing wrong?

Thanks,

Ian
_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to