lua-users home
lua-l archive

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


On Sep 27, 2012 11:33 PM, "Dong Feng" <middle.fengdong@gmail.com> wrote:
>
> It is said, if you assign "nil" to a global variable, or to an item of a table, you make that variable/item non-existent completely.

A local variable is neither a global variable nor a table element.