lua-users home
lua-l archive

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


> However, if the internal variables are hidden from the Lua program, there
> is no need to do the checks on each iteration; it could be done in an
> OP_FORPREP opcode.

This is true only if your code was correctly generated by Lua. A
"generic" binary code may change this hidden values during the looop.

-- Roberto