lua-users home
lua-l archive

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


On 24/01/2011 22:28, Petite Abeille wrote:

On Jan 22, 2011, at 9:00 AM, Steve Litt wrote:
Have any of you found convenient ways to simulate a continue statement in Lua?

FWIW, I don't use continue statement personally and tend to implement conditional loop with iterator and, optionally, coroutine, e.g.:

I personally also do not use 'continue' in Lua. Because it is not available.

--
Shmuel