static S ctxGetString(S token) { SS globals = ctxContext().globals; if (isIdentifier(token)) try answer ctxGetVar(token); ret unquoteCtx(token); }