Re: New keyword added: continue
- Posted by Jason Gade <jaygade at ya?oo.co?> May 12, 2008
- 805 views
For me, the word "continue" (or "next" or "exit" or whatever) makes the context far more clear when trying to understand the code. I've seen very few uses of goto that can't easily be expressed in a better way in a high-level language. -- 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.