static S findLastQuoted(S s) { L tok = nlTok(s); for (int i = l(tok)-2; i >= 0; i -= 2) if (isQuoted(tok.get(i))) ret unquote(tok.get(i)); null; }