Content deleted Content added
No edit summary Tags: Reverted Mobile edit Mobile web edit |
m Reverted edits by 2601:1C2:4E02:AE60:A9CA:A01C:7B73:DEAB (talk) (HG) (3.4.10) |
||
Line 1:
In [[programming language theory]], a '''non-local variable''' is a variable that is not defined in the local scope.
In [[Lua (programming language)|Lua]] they are called the ''upvalues'' of the function.<ref>''[http://www.lua.org/pil/contents.html Programming in Lua (first edition)],'' "[http://www.lua.org/pil/27.3.3.html 27.3.3 – Upvalues]"</ref>
|