Re: sunday afternoon whishlist
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: sunday afternoon whishlist
- From: steve donovan <steve.j.donovan@...>
- Date: 2010年5月10日 08:31:20 +0200
On Sun, May 9, 2010 at 11:55 PM, HyperHacker <hyperhacker@gmail.com> wrote:
> value = tbl[] doesn't necessarily have to be valid, but perhaps it
> could be a shortcut for value = next(tbl)?
The trouble is, everyone sees different possibilities ;)
I see tbl[] on the RHS as meaning tbl[#tbl] because I've been missing
Python's tbl[-1]
Still can't see why one can't just say append = table.insert and use
that; it's almost as fast.
steve d.