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

Content added Content deleted
(→‎{{header|11l}}: Output/description missing)
(Output for 11l)
Line 17:
 
=={{header|11l}}==
{{Output?|11l}}
{{trans|Python}}
<lang 11l>T U0 {}
Line 39 ⟶ 38:
 
foo()</lang>
 
{{out}}
<pre>
Function foo caught exception U0
</pre>
 
=={{header|Ada}}==