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: Line 17:


=={{header|11l}}==
=={{header|11l}}==
{{Output?|11l}}
{{trans|Python}}
{{trans|Python}}
<lang 11l>T U0 {}
<lang 11l>T U0 {}
Line 39: Line 38:


foo()</lang>
foo()</lang>

{{out}}
<pre>
Function foo caught exception U0
</pre>


=={{header|Ada}}==
=={{header|Ada}}==