The Twelve Days of Christmas: Difference between revisions

m
imported>Arakov
Line 2,078:
=={{header|Elena}}==
{{trans|C++}}
ELENA 56.0x :
<syntaxhighlight lang="elena">import extensions;
Line 2,103:
};
for(int i := 0,; i < 12,; i += 1)
{
console.printLine("On the ", days[i], " day of Christmas, my true love gave to me");
Line 2,113:
else
{
for(int j := i,; j >= 0,; j -= 1)
{
console.printLine(gifts[j])
Anonymous user