static S ai_text_quoted(S a, S b, S c) { for (S s : ai_texts(a, b, c)) if (isProperlyQuoted2(s)) ret unquote(s); null; }