What I want to do is assign 0 to `i` and then increment it. `i=0 i++` and `i=0 (++i)` work just fine.
What I want to do is assign 0 to
iand then increment it.i=0 i++andi=0 (++i)work just fine.