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: Tomas Guisasola Gorham <tomas@...>
- Date: 2011年6月16日 21:53:14 -0300 (BRT)
Hi Roberto
On 2011年6月15日, Roberto Ierusalimschy wrote:
3) ::label::
This is not bad. I would like, also, to force the "punctuation"
in the goto statement, since the identifier has nothing to do to all
other uses of identifiers. For instance:
::a_label::
...
goto ::a_label::
I expect that goto's will be rarely used, thus it would be very
usefull if they strike the eye and don't be disguised.
we are also considering to enforce a single occurence of a label name in
each function, to avoid ambiguities. (That does not change the visbility
rules; it is only an extra restriction.)
Very good!
Regards,
Tomás