Re: Labeled Loops?
- Posted by Matt Lewis <matthewwalkerlewis at gmail?c?m> May 13, 2008
- 1261 views
Jeremy Cowgar wrote: > > c.k.lester wrote: > > > > while 1 do "getrdone" > > while 1 do "inner_while" > > if y then > > exit "getrdone" > > else > > exit "getrdone" > > end if > > end while > > > > but I still say for loops need no label. :) > > I think for consistency, for and while loops should be labeled the same. I agree that they should be treated the same. I just like giving CK a hard time. Matt "poopie head" Lewis

