6 lines
100 B
Smalltalk
6 lines
100 B
Smalltalk
|
|
"exec" "gst" "-f" "$0" "$0" "$*"
|
||
|
|
"exit"
|
||
|
|
|
||
|
|
Transcript show: 'Throwing yawp'; cr.
|
||
|
|
self error: 'Yawp!'.
|