CS 3304: Comparative Languages
Control Structures
[
Course Documents
] : [
Control Structures
]
Previous
Contents
Next
Keyword Index
User-Located Loop Controls
Statements like break or continue
Design issues:
Should the conditional be part of the exit?
Should the mechanism be allowed in logically- or counter-controlled loops?
Should control be transferable out of more than one loop?