RosettaCodeData/Task/Exceptions/AppleScript/exceptions-1.applescript

5 lines
78 B
AppleScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
try
set num to 1 / 0
--do something that might throw an error
end try