static void ai_spec_giveMe(S s) { new Matches m; if (swic(s, "give me ", m) && swicOneOf(m.rest(), "a ", "an ")) post(random(ai_texts("$X", "is", m.rest())), "answers", s); }