[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc1) now available
- From: Frank Meier-Dörnberg <frank@...>
- Date: Wed, 15 Jun 2011 14:04:32 +0200
On 13.06.2011 22:27, Alexandre Erwin Ittner wrote:
[...]
A "label" keyword would be great too, but it will break so much code.
[...]
Yesterday Xavier Wang brought to mind an alternative.
I'm missing a reaction to that:
"maybe using a local variable scope for goto destination is better than
define a (whatever) label statement."
In my words: Use "local mark" instead of "label mark" or "@mark:"
I must admit that I have not thought about whether that is semantically
clever.
What are thepros and cons?
--Frank