RosettaCodeData/Task/Exceptions/Ring/exceptions.ring

6 lines
69 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Try
see 1/0
Catch
raise("Sorry we can't divide 1/0" + nl)
Done