Re: Good Use of GOTO
- Posted by c.k.lester <euphoric at cklest?r.?om> Jun 06, 2008
- 829 views
Lucius L. Hilley III wrote: > > Lets add exit to avoid adding goto. > > Lets add retry to avoid adding goto. > > Lets add continue to avoid adding goto. > > MORE keywords are CLEANER than one easy to understand KEYWORD? Yes. Those keywords are for specific, structured jumps. Three specific, structured jumps is cleaner than one unstructured general jump to anywhere.