lua-users home
lua-l archive

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


In regards to the "tbl[] = value" suggestion, I like it. My only
problem is, what would tbl[] return in an __index context? "tbl[] =
value" is obvious enough, but I'm not sure what "value = tbl[]" would
do without being un-obvious.

~Jonathan Castello