void test(text a) if a in array("orange", "kiwi", "pear", "plum"): print "yes" = "y": print "yes" else print "no" /if return test("cherry") test("n") test("kiwi") test("y")