lua-users home
lua-l archive

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


In the absence of a code review, would anyone know the purpose of the `break` keyword handling in the `test_then_block` method?  I am curious to know what that does so I know whether to modify it or not.  From what I can see, the `continue` keyword seems to work properly whether I update that method or not, so I'm wondering if it is simply some kind of optimization for special cases.
Thank you
David

On Sat, Mar 18, 2023 at 7:13 PM Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> Earnest question: how long were integers debated before being added?

Until 64-bit machines become the norm.