[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Table dot number?
- From: KR <krunal.rao78@...>
- Date: Thu, 20 Oct 2011 22:18:09 +0000 (UTC)
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