[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Nils in tables in Lua 5.4.0 (worki1) (Was: [ANN] ...now available
- From: pocomane <pocomane_7a@...>
- Date: Wed, 14 Mar 2018 16:14:24 +0100
On Wed, Mar 14, 2018 at 4:10 PM, Axel Kittenberger <axkibe@gmail.com> wrote:
> If it instead would be a new 'delete' and 'in' operator, you wouldn't have
> this complaint, you can't use it otherwhere. IMO it's still just the
> confusion you think of it as some kind of new value, which is
> understandable, but it isn't.
I am perfectly aware it is not a value but a keyword (I explicitly
state it in my previous messages). My only concern is about having two
different way to indicate "Emptyness": a value one for the functions
(nil) and a keyword one for the tables (undef).