[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work2) now available
- From: Dibyendu Majumdar <mobile@...>
- Date: Tue, 19 Jun 2018 22:54:00 +0100
On 19 June 2018 at 22:06, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
>> Thank you. I see various occurrences of undef in the tests - is that
>> intentional?
>
> Yes. As I said, I've found useful to use undef (which is equal to nil)
> as a way to document that I am removing an element from a table.
>
Okay.