Re: [ANN] Lua 5.2.0 (beta-rc1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2011年6月13日 19:32:44 -0300
> If the start character must be something unused in Lua, there are
> few alternatives among ASCII: #, ,ドル |, &, ?, !, `.
Actually it can be a new token, as Tony suggested. For instance, Ada
uses the syntax <<label>>.
> Probably the best bets are # and ,ドル since the other may better serve
> as operators in Lua 9.5 :-P :-)
Should << and >> be reserved for 9.5? :)
-- Roberto