Multiple Exits from a Loop Without the GOTO

28Citations
Citations of this article
7Readers
Mendeley users who have this article in their library.

Abstract

For several years, there has been discussion about the use of the goto statement in programming languages [1, 2]. It has been pointed out that goto free programs tend to be easier to understand, allow better optimization by the compiler, and are better suited for an eventual proof of correctness. On the other hand, the goto statement is a flexible tool for many programmers. Most programming languages have constructs which allow the programmer to write control flows that occur frequently without the use of a goto. In particular, the language Pascal [3] contains, besides the goto, the following control structures: if-then-else, case, while-do, repeat-until, stepping loop. Wulf [4] has described the use of the construct “leave &lpargt;label” in the language Bliss, where &lpargt;label is the name of a program section which is exited when the statement is executed. It is important to note that these constructs are invented to describe control flows that occur frequently in programs. They describe the flow on a higher level [5] than an equivalent construction using a goto would do. © 1973, ACM. All rights reserved.

Cite

CITATION STYLE

APA

Bochmann, G. V. (1973). Multiple Exits from a Loop Without the GOTO. Communications of the ACM, 16(7), 443–444. https://doi.org/10.1145/362280.362300

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free