[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Looking for code samples using goto and labels
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sun, 24 Feb 2013 09:46:50 +0200
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.