7 lines
78 B
Text
7 lines
78 B
Text
onerror errortrap
|
|
throwerror 99
|
|
end
|
|
|
|
errortrap:
|
|
print "Goodbye World!"
|
|
return
|