static void ai_spec_isAQuestion(S _s) { S s = unquote(_s); if (ai_isQuestion_1(s) || endsWith(s, "?")) ai_postTriple(_s, "is", "a question"); }