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

Content deleted Content added
Added Dyalect programming language
Langurmonkey (talk | contribs)
Line 1,881:
val .U1 = h{"msg": "U1"}
 
val .baz = f(.i) throw if(.i==0: .U0; .U1) ~ h{"src": ".baz"}
val .bar = f(.i) .baz(.i)