4 lines
113 B
Smalltalk
4 lines
113 B
Smalltalk
checking
|
|
run
|
|
[ [ proc run ] on: Error do: [ :err | excepted := err ] ] fork.
|
|
(Delay forMilliseconds: 500) wait. |