Re: New keyword added: continue
- Posted by ken mortenson <kenneth_john at ya?oo.c?m> May 28, 2008
- 777 views
Matt Lewis wrote: > > Goto emulation in these cases can lead to really messy code that's technically > structured code, but the mess of nested ifs and flags can make a giant knot > that could be cut with a well placed goto here and there. Matt, here's something to think about for a moment. If GOTO is so essential, how is it that MILLIONS of programmer, writing BILLIONS of lines of code over DECADES have been able to forgo using it? This is a serious thing to ponder. I admit the adustment to writing structured code is not an easy one, but the rewards (this is just one of many voices of experience) are more than you know.