lua-users home
lua-l archive

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


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 ;)

(Although Peter Cawley has a patch that intelligently works with repeat..until)

steve d.