[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is this NEXT behavior expected or lucky coincidence?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Tue, 14 Apr 2015 22:35:41 +0200
2015-04-14 21:54 GMT+02:00 <tonyp@acm.org>:
> Examples where it wouldn't work?)
Any table for which next(t,#t) is nil will look empty to kpairs.
For example:
s={[100]=0}; for k=1,100 do s[k]=k end