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

Content added Content deleted
m (→‎{{header|Sidef}}: updated code)
imported>Arakov
Line 1,173: Line 1,173:
foo()
foo()
{
{
for(i := 0, i < 2, i := i + 1)
for(i := 0; i < 2; i := i + 1)
{
{
try
try