static L ai_isWord_helper = ll("an english word according to the huge dictionary", "a word"); static bool ai_isWord(S s) { ret has_multi(quotedAndUnquoted(s), "is", ai_isWord_helper); }