Oct. 24, 2014
4:17 p.m.
you can also use: 1 second wait. 2 seconds wait. ;-) Luc 2014-10-24 14:11 GMT+02:00 Annick Fron <list@afceurope.com>:
Here is a simple example about fork.
Try the following :
10 timesRepeat: [ (Delay forSeconds: 1) wait. Transcript show: âhelloâ;cr].
Then the following : [10 timesRepeat: [ (Delay forSeconds: 1) wait. Transcript show: âhelloâ;cr]] fork.
I think this should go in an introduction to Pharo.
Annick