Re: Incorrectness in the manual
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Incorrectness in the manual
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2017年9月11日 10:34:49 -0300
> [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