RosettaCodeData/Task/Exceptions/E/exceptions-4.e
2023-07-01 13:44:08 -04:00

8 lines
160 B
Text

? catching(42)
# value: ["not ok", problem: Who?]
? catching(43)
# value: ["ok", "Bob"]
? catching(45.7)
# problem: the float64 45.7 doesn't coerce to an int