Jump to content

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

m
trivial editing of presentation
m (trivial editing of presentation)
Line 1,499:
m = foo();
end test;
</lang>
 
 
DESCRIPTION OF EXECUTION:
<pre>
 
Function FOO is invoked.
FOO invokes BAR. BAR invoked BAZ.
Line 1,526:
by a SIGNAL statement and the condition U1 was signaled.
At offset +0000010D in procedure with entry FOO
</langpre>
 
=={{header|Python}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.