|
> i think 'upvalue' is a misleading term. it's just a local variable, > local to the do...end block and not to either of the functions. (of > course that block exists inside the chunk's function). We have also used the term 'external local variable' instead of 'upvalue'. See for instance the HOPL paper.