[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Upvalues question
- From: Dibyendu Majumdar <mobile@...>
- Date: Sun, 24 Mar 2019 20:58:04 +0000
I hadn't realized that when an upvalue is created, it is recursively
created up the tree of functions until the function defining the local
variable is reached. I am not sure of the question I am asking ... I
was wondering whether upvalues have function scope, i.e. each function
has a list of unique upvalues where each upvalue is identified by name
only.
Hope the question makes sense.
Regards
Dibyendu