Re: [ANN] Lua 5.2.0 (work1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: steve donovan <steve.j.donovan@...>
- Date: 2010年1月12日 10:56:52 +0200
On Tue, Jan 12, 2010 at 10:53 AM, Theodor-Iulian Ciobanu
<theo19k@gmail.com> wrote:
> I do apologize if I have missed some thread about the final
> decision for this, but what about a 'continue' statement? :-)
It's a little tricky. See http://batbytes.com/luafaq/#T1.26
Basically, repeat..until semantics have to change before continue can
appear. Personally, I'd prefer the second.
steve d.