Oct. 24, 2014
12:11 p.m.
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