static O evalWithDollarVars(S code, final SS values) { Pair p = prepareEvalWithDollarVars(code); ret evalWithDollarVars_step2(p, values); }