Y
Hacker News
new
|
ask
|
show
|
jobs
by
repsilat
5293 days ago
For some variety, there's also the left-handed "goes to" operator.
while (5 <-- x) {} //omits the zero
and the much easier to type
while (x --- 0) {} //equivalent to the "-->" operator