in reply to while() {}
Probably because while() and for(;;) are also infinite loops in C (according to MS's compiler and gcc).
I use for (;;) regularly and read it as "for ever". Perl6 will provide loop { } for that.
Update: I can't reproduce my earlier results. I must have confused my for (;;) test results for those of the while () test.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: while() {}
by kappa (Chaplain) on Feb 26, 2008 at 22:53 UTC | |
by syphilis (Archbishop) on Feb 26, 2008 at 23:42 UTC |