RosettaCodeData/Task/Exceptions/AppleScript/exceptions-1.applescript
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

4 lines
78 B
AppleScript

try
set num to 1 / 0
--do something that might throw an error
end try