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