RosettaCodeData/Task/Exceptions/Ring/exceptions.ring

6 lines
68 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
Try
see 1/0
Catch
raise("Sorry we can't divide 1/0 + nl)
Done