RosettaCodeData/Task/Exceptions/Ring/exceptions.ring
2016-12-05 23:44:36 +01:00

5 lines
68 B
Text

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