static S ctxGetString(SS globals, S token) { if (isIdentifier(token) && globals != null) try answer globals.get(token); ret unquoteCtx(token); }