CS 3304: Comparative Languages
Control Structures
[
Course Documents
] : [
Control Structures
]
Previous
Contents
Next
Keyword Index
Control Structures
A
control structure
is a control statement and the statements whose execution it controls
Overall Design Question:
What control statements should a language have, beyond selection and pretest logical loops?
Single entry/single exit are highly desirable (a lesson learned from structured programming)