Hacker News new | ask | show | jobs
by JonChesterfield 1398 days ago
`for (unsigned i = n; i-->0;) {}`

Probably formatted i-- > 0. Concise and reads (once used to it anyway) something like i decrementing to zero.