lua-users home
lua-l archive

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


Mark Hamburg wrote:
I've learned to write:

    while condition() do repeat

        if other_condition() then
            break -- continue
end
    until true end

But I always feel compelled to comment it when I do so.

That's quite clever!  Would be nice to have the real sugar ...