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

→‎{{header|11l}}: Add link to discussion page section.
(→‎{{header|11l}}: Add link to discussion page section.)
Line 43:
Function foo caught exception U0
</pre>
The exact [http://rosettacode.org/wiki/Talk:Exceptions/Catch_an_exception_thrown_in_a_nested_call#11l_swallows_U1.3F behavior] for an uncaught exception is implementation-defined [as in C++].
 
=={{header|Ada}}==
Anonymous user