static S ctxGetString(S token) { if (isIdentifier(token)) ret ctxGetVar(token); ret unquoteCtx(token); }