lua-users home
lua-l archive

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


2013/2/24 KHMan <keinhong@gmail.com>:

>
> Does anyone have Lua 5.2 code that use 'goto'? (Regretfully, I have been
> real tardy about moving my own code towards 5.2...)
>
> I am looking to collect a few snippets from freely available code as
> real-world samples for use as Scintilla/SciTE test cases.
>

I have used it as a break out of a nested loop to exit the
containing loop.