[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: upcoming changes in Lua 5.2 [was Re: Location of a package]
- From: Klaus Ripke <paul-lua@...>
- Date: Tue, 26 Feb 2008 13:12:18 +0100
On Tue, Feb 26, 2008 at 01:37:17PM +0200, Shmuel Zeigerman wrote:
> 'repeat' in Lua doesn't have to behave like 'repeat' or 'do' in other
> languages. :)
true
FWIW another feature requested every year or two
loop: repeat
local baz
pass: do
if foo then break pass end
if bar then break loop end
end
until baz
would support both a true break and break-to-continue in the same loop.
Obiously baz can not be local to the pass: block.
cheers
- References:
- Location of a package, Ignacio Burgueño
- Re: Location of a package, Tomas Guisasola Gorham
- Re: Location of a package, Ignacio Burgueño
- Re: Location of a package, Fabien
- Re: Location of a package, Roberto Ierusalimschy
- Re: Location of a package, eugeny gladkih
- upcoming changes in Lua 5.2 [was Re: Location of a package], Roberto Ierusalimschy
- Re: upcoming changes in Lua 5.2 [was Re: Location of a package], Shmuel Zeigerman
- Re: upcoming changes in Lua 5.2 [was Re: Location of a package], Roberto Ierusalimschy
- Re: upcoming changes in Lua 5.2 [was Re: Location of a package], Shmuel Zeigerman