RosettaCodeData/Task/Exceptions/E/exceptions-2.e

9 lines
179 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
? catching(42)
# value: ["not ok", problem: Who?]
? catching(43)
# value: ["ok", "Bob"]
? catching(45.7)
# value: ["not ok", problem: the float64 45.7 doesn't coerce to an int]