in reply to Re^2: Pearls (not really) of Perl programming
in thread Pearls (not really) of Perl programming
... should have "i" visible only inside the for loop. I think gcc actually does this properly, as does MSVC .NET. ... unless I'm horribly wrong?for(int i = 0; ;) { }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Pearls (not really) of Perl programming
by ikegami (Patriarch) on Nov 25, 2004 at 19:00 UTC | |
by Anonymous Monk on Nov 26, 2004 at 23:25 UTC |