[Previous] [Contents] [Next]

The Infamous goto Statement

Probably no other construct in programming history is as maligned as the goto statement. Therefore, before we get into the syntax for and some uses of the goto statement, let's look at why some people feel so strongly about not using this statement and the types of problems that can be solved by using it.

[Previous] [Contents] [Next]