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'? 
no.

> Or does assigning  the value 'nil' to a global variable 
> essentially undefine that global?
yes. exactly.

Cheers,
Peter Prade