11 lines
148 B
Text
11 lines
148 B
Text
100 / 0
|
|
|
|
catch {
|
|
if _err'cat == "math" {
|
|
# change result
|
|
123
|
|
} else {
|
|
# rethrow the exception
|
|
throw
|
|
}
|
|
}
|