lua-users home
lua-l archive

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


> I was putting together a little powerpoint slide (argh! 
> yuck!) to give an overview of LUA to a few colleagues, and I 
> was writing a comment about 'break' being here to break out 
> of loops, and I thought that there is no 'continue' keyword. 
> Is this because nobody ever needed it, or is there some other 
> reason ? It could be useful though...

I can't even begin to say how useful this would be.  Many of my loops
have great big nested if-else blocks because I can't force start the
next pass of the loop (through 'continue')...

Josh