[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C API - lua_next traversal of "array" table
- From: Andrew Starks <andrew@...>
- Date: Fri, 19 Aug 2016 14:28:42 -0500
On Fri, Aug 19, 2016 at 2:23 PM, Andrew Starks <andrew@starksfam.org> wrote:
>
> "Any table containing a non-nil value at index 1. The length of the
> sequence is the number of non-nil keys from `1..n`."
Sorry, that should be:
"Any table containing a non-nil value at index 1. The length of the
sequence is the number of non-nil values in indexes `1..n`." ... or
something clearer.
--
Andrew Starks
andrew@starksfam.org