RosettaCodeData/Task/Program-termination/AppleScript/program-termination-2.applescript
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

8 lines
97 B
AppleScript

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