lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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