lua-users home
lua-l archive

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


On Tue, Dec 8, 2020 at 2:37 PM Chris Smith <space.dandy@icloud.com> wrote:

> The only way to iterate a chain is using a ‘for’ loop with a pre-computed limit

There is also next(), and I think it will reveal a difference.

Cheers,
V.