lua-users home
lua-l archive

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


2018-01-28 18:23 GMT+02:00 Soni "They/Them" L. <fakedme@gmail.com>:

> Can you use goto across elseif yet?
>
> if x then
>   goto ::y::
> elseif y then
>   ::y::
> end
>

I suspect you have not used 'goto' very often in your own
programs. It's just 'y'.