static void ai_spec_answerYesNoTriple(S s) { T3 t = ai_parseTriple(s); if (t != null && endsWith(t.b, "?") && ai_hasTriple(t.a, dropLastTrim(t.b), t.c)) ai_postTriple("Yes", "answers triple", s); }