sS addPlusIfStartsWithDigit(S s) { ret startsWithDigit(s) ? "+" + s : s; }