Re: Minor suggestion for Lua 5.4.0 documentation
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Minor suggestion for Lua 5.4.0 documentation
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2019年8月19日 15:17:49 -0300
> I was reading through the Lua 5.4.0 alpha working documentation to see what
> was new and I noticed that in section 3.3.8 – To-be-closed Variables the
> *toclose* syntax was not highlighted as a keyword. This was slightly
> confusing as it made me think that it was some other non-terminal at first.
> If my interpretation of bold text is correct it might be worth making
> *toclose* bold there.
'toclose' (now renamed 'close') is not a keyword; it is an identifier.
That is why we need the pair '<'/'>' in the syntax.
-- Roberto