RosettaCodeData/Task/Exceptions/Ring/exceptions.ring
2023-07-01 13:44:08 -04:00

5 lines
69 B
Text

Try
see 1/0
Catch
raise("Sorry we can't divide 1/0" + nl)
Done