lua-users home
lua-l archive

Re: I don't understand this application of metamethod

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


2012年5月25日 Tim Mensch <tim-lua-l@bitgems.com>:
> The __index metamethod tells Lua what to do if someone tries to look up an
> undefined key on a table.
And (ex-Pythonistas please beware) it does NOT override the
normal table indexing method when the key is already present.

AltStyle によって変換されたページ (->オリジナル) /