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