lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Oct 4, 2013 at 9:21 AM, Schmidt, Phil <PSchmidt@watlow.com> wrote:
>> a[3]=nil


there you're creating a hole, so it's no longer a sequence, and the
statement isn't aplicable.

"a sequence has no holes" means: "if it has holes, it's not a sequence"

-- 
Javier