Exceptions/Catch an exception thrown in a nested call: Difference between revisions

m
(added langur language example)
Line 1,844:
val .U1 = h{"msg": "U1"}
 
val .baz = f(.i) throw if (.i > ==0: {.U1}U0; else {.U0}U1) ~ h{"src": ".baz"}
val .bar = f(.i) .baz(.i)
 
885

edits