Re: incrementing loop indexes
- Posted by David Cuny <dcuny at LANSET.COM> Oct 12, 2000
- 387 views
Al Getz wrote: > Bernie and Dave wrote in reference to > converting a Euphoria program to C code: I thought it was the other way around. I should pay more attention. > Well what about using the 'continue' statement? Now that you mention it, it would be nice if Euphoria had a 'continue' statement. But in the case of the example, the continue wouldn't work, because I wanted to skip the *next* index item. Continue would merely skip the remaining logic for the current item. -- David Cuny