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