Re: New keyword added: continue
- Posted by ken mortenson <kenneth_john at y?hoo.co?> May 27, 2008
- 781 views
Jeremy Cowgar wrote: > while 1 do > ... > end while > > is optimized as: > > begining: > > ... do something > > goto begining > > No exit checks or anything, so one could very well successfully argue we > already > have the loop proposed by ken: Yes, we've always had the loop. I'm just proposing we go all the way and just use the syntax... > Loop > > End Loop I guaranty the soon nobody would miss, while, for, for each, repeat until, do while, do until, rinse, lather, soap... oops! Got ahead of myself on those last few.