lua-users home
lua-l archive

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


> if true then
>   goto LBL
>   ::loop::
>   print(2)
>   ::LBL::
>   print(3)
>   goto loop
> end
> 
> It's a bug, only print(3) once.

Thanks for the report. We will have a look at it.

-- Roberto