in reply to Re^3: while(){}continue{}; Useful? (Consistent!)
in thread while(){}continue{}; Useful?
Not with multiple nexts and code in between. Your more intuitive approach will result in nesting unless blocks for each next, instead of (mostly) linear code.
Cheers Rolf
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: while(){}continue{}; Useful? (Consistent!)
by BrowserUk (Patriarch) on Mar 04, 2010 at 01:16 UTC | |
by LanX (Saint) on Mar 04, 2010 at 01:22 UTC |