[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Empty? No. Array? No. Has? Yes.
- From: Andrew Starks <andrew.starks@...>
- Date: Wed, 3 Jul 2013 16:41:50 -0500
On Wednesday, July 3, 2013, Roberto Ierusalimschy wrote:
There is a difference, independently of whether we see it.
-- Roberto
What is your opinion on the effectiveness of providing a facility to discover if a variable is defined (has/exists and table.has/table.exists) and also one to delete/undefine an existing variables and key/value pairs?
Even if no other behavior in Lua were changed, could that not provide what was sought after by the introduction of a new type?
-- Andrew