lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Jan 18, 2010 at 12:00:49PM +0200, steve donovan wrote:
> On Mon, Jan 18, 2010 at 11:54 AM, Natanael Copa <natanael.copa@gmail.com> wrote:
> > On Wed, 2010-01-13 at 19:18 -0700, Joshua Jensen wrote:
> >> I use continue almost every time I write a script, and it would sure
> >> be nice to have it an integral part of the language.
> >
> > +1
> 
> Ditto. Breaking the (rather odd) repeat..until semantics seems a small
> price to pay. Plus, it will be easier to explain repeat..until ;)

+1, given what is broken by 5.2 for much lesser reasons,
it seems like a good opportunity to kill repeat..until, too,
adding some incentive to upgrade.

cheers