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