lua-users home
lua-l archive

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


On Tue, Feb 26, 2008 at 4:08 PM, Fabien <fleutot+lua@gmail.com> wrote:
it would be possible to add "until...do...end" and "repeat...while..." loops

Actually it wouldn't, it would introduce ambiguities: "until" and "while" could both close a "repeat" statement, and introduce a new "until...do" / "while...do".