lua-users home
lua-l archive

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


>So, when load restores a function with upvalues, its upvalues are instanciated with fresh instances containing nil.

I agree with this. However it's obvious that current implementation also does set the first upvalue of a closure to some value other than nil.