lua-users home
lua-l archive

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


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.