Old lady swallowed a fly: Difference between revisions

Content added Content deleted
(add Mercury)
Line 764: Line 764:


=={{header|Elena}}==
=={{header|Elena}}==
ELENA 4.x :
ELENA 4.1 :
<lang elena>import extensions;
<lang elena>import extensions;
const Creatures = new string[]{"fly", "spider", "bird", "cat", "dog", "goat", "cow", "horse"};
const Creatures = new string[]::("fly", "spider", "bird", "cat", "dog", "goat", "cow", "horse");
const Comments = new string[]
const Comments = new string[]::
(
{
"I don't know why she swallowed that fly"$10"Perhaps she'll die",
"I don't know why she swallowed that fly"$10"Perhaps she'll die",
"That wiggled and jiggled and tickled inside her",
"That wiggled and jiggled and tickled inside her",
Line 778: Line 778:
"I don't know how she swallowed that cow",
"I don't know how she swallowed that cow",
"She's dead of course"
"She's dead of course"
};
);
public program()
public program()