RosettaCodeData/Task/Exceptions/Smalltalk/exceptions-1.st
2023-07-01 13:44:08 -04:00

5 lines
100 B
Smalltalk

"exec" "gst" "-f" "$0" "$0" "$*"
"exit"
Transcript show: 'Throwing yawp'; cr.
self error: 'Yawp!'.