static void ai_spec_iAmNot(S s) { new Matches m; if (matchStart("am i", s, m) && ai_hasTriple("i", "am not", m.rest())) ai_postTriple("No", "answers", s); }