[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Shorthand for appending to a table (was Re: 5.2 feature list?)
- From: Vyacheslav Egorov <mraleph@...>
- Date: Tue, 12 Sep 2006 23:08:29 +0700
Eric Scouten wrote:
p[ #p + 1 ] = value
We also can reuse end keyword for this
p[end] = value
--
e.v.e