static new AtomicInteger makeVar_varCount; static S makeVar(S name) { ret "_" + name + "_" + getAndInc(makeVar_varCount); } static S makeVar() { ret makeVar(""); }