RosettaCodeData/Task/Program-termination/AppleScript/program-termination-2.apple...

9 lines
97 B
AppleScript

on run
f()
display dialog "This message will never be displayed."
end run
on f()
error
end f