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

m
Line 1,873:
</pre>
 
=={{header|Langurlangur}}==
Exceptions in langur are hashes that are guaranteed to always contain certain fields.
 
There is no explicit try block.
 
<lang Langurlangur>val .U0 = h{"msg": "U0"}
val .U1 = h{"msg": "U1"}
 
885

edits