Re: New keyword added: continue
- Posted by Jason Gade <jaygade at y?hoo.c?m> May 11, 2008
- 816 views
Matt Lewis wrote: > > Mike Sywensky wrote: > > > > Although it may not make as much sense for someone learing euphoria as a > > first > > language, I imagine most people are not using it as a first language. > > > > My guess is most people are coming from other languages such as VB or C. > > 'continue' > > is what is used by both languages. That is my vote. > > I've used both 'continue' and 'next'. Either one is fine by me. > > Matt I prefer continue, I think, for reasons that others have mentioned -- existing use of "next" as an identifier. -- A complex system that works is invariably found to have evolved from a simple system that works. --John Gall's 15th law of Systemantics. "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.