in reply to Re: Pronoun Programming
in thread Pronoun Programming

This is slightly jarring at first; we expect a for loop to, well, loop! I had to use the idiom a few times to get used to it.

For the case that for(foo) is an alias for 'for the case that foo is true', though, it makes perfect sense, and a for loop with nothing to iterate over is such a case. :-)