Re: [ANN] Lua 5.4.0 (alpha-rc1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (alpha-rc1) now available
- From: dyngeccetor8 <dyngeccetor8@...>
- Date: 2019年5月30日 22:03:25 +0300
On 30/05/2019 03.38, Luiz Henrique de Figueiredo wrote:
> Lua 5.4.0 (alpha-rc1) is now available for testing at
> An updated reference manual is included and also available at
> http://www.lua.org/work/doc
Section "9 – The Complete Syntax of Lua" misses some of
new syntax changes.
stat ::= local ‘<’ Name ‘>’ Name ‘=’ exp
Also in section "3.3.8 – To-be-closed Variables",
stat ::= local ‘<’ toclose ‘>’ Name ‘=’ exp
"toclose" displayed in normal type. Shouldn't it
be bold?
-- Martin