Re: Labeled Loops?
- Posted by Matt Lewis <matthewwalkerlewis at gm?il.c?m> May 13, 2008
- 1214 views
c.k.lester wrote: > > or maybe: > > for a = 1 to 10 do > for b = 1 to 10 do > while 1 do > if b = 3 then exit a end if > if a = 2 then continue b end if > end while > end for > end for Ok, genius, how do you label a while loop? :P Matt

