lua-users home
lua-l archive

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


> [bla-bla-bla] Anyway, there would be no need to push an upvalue to the
> stack.

The manual says: "all functions are created sharing nup upvalues,
which must be previously pushed on the stack". So, if you are going to
interpret the manual literally, you do need to push an upvalue to the
stack.

-- Roberto