lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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