Old lady swallowed a fly: Difference between revisions

m
(Added Easylang)
imported>Arakov
 
Line 1,465:
 
=={{header|Elena}}==
ELENA 56.0x :
<syntaxhighlight lang="elena">import extensions;
Line 1,483:
public program()
{
for(int i := 0,; i < Creatures.Length,; i += 1)
{
console
Line 1,491:
if(i != 0 && i != Creatures.Length - 1)
{
for(int j := i,; j > 0,; j -= 1)
{
console.printLineFormatted("She swallowed the {0} to catch the {1}",Creatures[j],Creatures[j - 1])
Anonymous user