lua-users home
lua-l archive

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


On 21/10/2011 11.37, Duncan Cross wrote:
In addition, you cannot use Lua keywords after the dot, like 't.end'
or 't.for' - even though they *could* always be unambiguously
distinguished from proper keywords in this context.

Or symbols, that would pose harder/impossible problems.

t..    -- ?
t["."] -- ok

--
  Enrico