Re: Good Use of GOTO
- Posted by Michael J. Sabal <m_sabal at ya?o?.com> Jun 06, 2008
- 865 views
c.k.lester wrote: > > After hearing from both sides, I've come to the conclusion that the goto > being implemented is unnecessary. We are getting loop constructs that > handle most of what GOTO would be used for, aren't we? > > continue, exit, retry, etc... > I thought the whole point of introducing GOTO was so as not to litter the language with all these extra keywords. I vote to keep GOTO and get rid of all the other words (except exit, for legacy's sake).