If we want to write i = i + 1, we could use ++i.

I wonder if there is also a short expression for i = i + 2 (or any number > 2)?