static S findQuoted(S s) { for (S t : nlTok(s)) if (isQuoted(t)) ret unquote(t); null; }