lua-users home
lua-l archive

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


On 06/12/2015 01:51 PM, Soni L. wrote:
Don't forget name [[string]]

...and
(6.1) name.field
(6.2) name[arg]

Where name has a metatable and __new is a function.
--
Thomas