[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[2]: Lua next version
- From: Bulat Ziganshin <bulat.ziganshin@...>
- Date: Wed, 24 Jun 2009 01:48:56 +0400
Hello bb,
Wednesday, June 24, 2009, 1:33:37 AM, you wrote:
> I do not see any indispensable advantage in making holes in arrays
the problem is that nil is still used as sort of false value:
array = {"Do this action anyway",
x==1 and "Do this action on x==1",
string.match(str,"[0=9]+") and "Do this action on numeric str"}
--
Best regards,
Bulat mailto:Bulat.Ziganshin@gmail.com