Old lady swallowed a fly: Difference between revisions

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