more simpleelse if (text == 'raven')
{text = "Once upon a midnight dreary, while I pondered, weak and weary,\n"
+"Over many a quaint and curious volume of forgotten lore,\n"
+"While I nodded, nearly napping, suddenly there came a tapping,\n"
+"As of some one gently rapping, rapping at my chamber door.\n";
}
else if (text == 'sheep')
{text = "Baa, baa, black sheep,\n"
+"Have you any wool?\n"
+"Yes sir, yes sir,\n"
+"Three bags full.\n"
+"One for the master,\n"
+"One for the dame,\n"
+"And one for the little boy\n"
+"Who lives down the lane\n";
}
else {}