static S appendNumberOrNothing(S s, int i) { ret i == 0 ? s : s + " " + i; }