while (i --> 0) { /* do something */ }
while (5 <-- x) {} //omits the zero
while (x --- 0) {} //equivalent to the "-->" operator
while (i --> 0) { /* do something */ }