[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc2) now available
- From: David Kastrup <dak@...>
- Date: Wed, 22 Jun 2011 13:09:20 +0200
Alexandre Rion <gaumerie@hotmail.com> writes:
> I also think that labels should be per block.
+1
Local variables are per block. This makes it possible to have
self-contained syntactical entities with minimal outside interaction.
function-local labels break this concept, and it is not clear to me how
this would affect label/goto outside of functions.
--
David Kastrup