Anonymous recursion: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
imported>Arakov
Line 1,049: Line 1,049:


=={{header|Elena}}==
=={{header|Elena}}==
ELENA 4.x:
ELENA 6.x:
<syntaxhighlight lang="elena">import extensions;
<syntaxhighlight lang="elena">import extensions;


Line 1,081: Line 1,081:
catch(Exception e)
catch(Exception e)
{
{
console.printLine:"invalid"
console.printLine("invalid")
}
}
};
};