[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A bug in 'if stat' code generating
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 17 Apr 2017 13:31:17 -0300
> 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