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

9 lines
97 B
AppleScript
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
on run
f()
display dialog "This message will never be displayed."
end run
on f()
error
end f