[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 13 Mar 2018 17:13:40 -0300
> What about:
>
> a = 1
> local a = 2
> a = undef
> assert(a == 1)?
A main motivation for the implementation was to allow people to
check the behavior by themselves. Run and see.
-- Roberto