[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc1) now available
- From: dcharno <dcharno@...>
- Date: Mon, 13 Jun 2011 23:41:17 -0400
On 06/13/2011 02:59 PM, Xavier Wang wrote:
> Why goto and not continue?
;( But, maybe ...
while 1 do
if 1 then goto continue end
-- something
@continue:
end