3 lines
77 B
Smalltalk
3 lines
77 B
Smalltalk
accessing
|
|
run
|
|
[ [ proc run ] on: Error do: [ :err | excepted := err ] ] fork |