[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Porting another scripting language programs to Lua
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 12 Sep 2003 13:19:05 -0300
> Is there any Lua programming idiom that could be used to emulate goto
> behaviour [...]?
You can try tail calls. Have a look at
http://lua-users.org/lists/lua-l/2003-06/msg00454.html
-- Roberto