lua-users home
lua-l archive

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



On 12 Sep 2006, at 09:08, Vyacheslav Egorov wrote:

Eric Scouten wrote:
  p[ #p + 1 ] = value
We also can reuse end keyword for this

p[end] = value

I like that.