RosettaCodeData/Task/Exceptions/Langur/exceptions-2.langur

12 lines
148 B
Plaintext

100 / 0
catch {
if _err'cat == "math" {
# change result
123
} else {
# rethrow the exception
throw
}
}