lua-users home
lua-l archive

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


> 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.