RosettaCodeData/Task/Detect-division-by-zero/Ring/detect-division-by-zero.ring
2016-12-05 23:44:36 +01:00

5 lines
61 B
Text

Try
see 9/0
Catch
see "Catch!" + nl + cCatchError
Done