http://qs321.pair.com?node_id=582199


in reply to Re^4: last in a do while loop (for (;;))
in thread last in a do while loop

Well, we could write while (not 'done') { ... }, but even though it would work and it would read fine, I think it would actually confuse people ;-)

Update: while ('not done') { ... } of course. Sorry. I guess I should not be here at 1am. Thanks Sidhekin.