lua-users home
lua-l archive

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


Is it possible to distinguish between an undefined global variable 
and one that is defined but has the value 'nil'? Or does assigning 
the value 'nil' to a global variable essentially undefine that global?