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

m
(→‎{{header|langur}}: .err to _err)
Line 1,919:
There is no explicit try block.
 
Prior to 0.7, you would use .err instead of _err for an implicit exception variable.
Note that 0.7.0 changed the implicit exception variable from .err to _err.
 
<lang langur>val .U0 = h{"msg": "U0"}
885

edits