Re: with entry and goto statement
- Posted by jeremy (admin) Jan 01, 2011
- 1563 views
petelomax said...
We must disuade newbie programmers from adopting goto as a weapon of choice.
Indeed, but not to the point of those who came before us and made a whole crop of programmers who are so afraid of goto they cease to use a language or a library that has or uses a goto statement. goto is a very valid, powerful and elegant solution in quite a few cases once you understand its proper use.
Jeremy