lua-users home
lua-l archive

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


Maybe a stupid question, but what is the reason for which the following is not 
allowed?

local t = {}
t.1 = 3 -- why not t["1"] = 3 ?

Thanks