sS anonVar(S name default "", int counter) { ret "_" + name + "_" + stringIf(counter < 1, "_") + abs(counter-1); }