[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.2 work3 manual
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 7 Jun 2010 11:31:19 -0300
> How about the number of elements in the table? (i.e. number of keys
> whose values aren't nil, for you pedantic types)
t = {10,20,30; n = 3}
print(#t) --> 4
-- Roberto