|
Patrick Donnelly <batrick <at> batbytes.com> writes: > Because it's ambiguous? A newer Lua coder might expect instead: > > t.1 = 3 --> t[1] = 3 I understand, but what is the exact rule for what is allowed after the dot? Same rules as names for variables? Thanks