[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 and continue
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 18 Jan 2010 12:00:49 +0200
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.