[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: 'continue' keyword
- From: "Joshua Jensen" <jjensen@...>
- Date: Tue, 1 Oct 2002 09:17:37 -0600
> 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