lua-users home
lua-l archive

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


On Mon, Mar 31, 2014 at 3:57 AM, David Demelier
<demelier.david@gmail.com> wrote:
>
> On 31/03/2014 09:16, Richard Hundt wrote:
>>
>> On 3/31/14 9:04 AM, David Demelier wrote:
>>>>
>>>> * `continue` statement.
>>>
>>> Just for that I will have a look ! This is one of the most annoying
>>> thing in Lua, the lacks of continue.
>>>
>> To be fair, with the addition of `goto` and labels in Lua, this isn't so
>> much of a pain point anymore.
>>
> Sorry but goto sucks. It sucks even more when you have nested loops. I will
> never use goto with Lua :-).
>

Nested loops is exactly why goto sucks less than continue.

/s/ Adam