in reply to Re: Useful uses of redo?
in thread Useful uses of redo?
I use for(;;){...} rather while(1){...} (less lying), but I like this redo idea. I didn't know it could be used on bare blocks before this thread. However, I'm concerned about the lack of visual junk at the top that people expect for loops. Do you think there's any penalty or side-effects to using do { ... } instead of { ... }?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re^3: Useful uses of redo?
by merlyn (Sage) on Aug 26, 2004 at 19:41 UTC | |
|
Re^3: Useful uses of redo?
by davido (Cardinal) on Aug 26, 2004 at 19:46 UTC |