CS 3304: Comparative Languages
Control Structures
[
Course Documents
] : [
Control Structures
]
Previous
Contents
Next
Keyword Index
Early Multiple Selectors:
FORTRAN arithmetic IF (a three-way selector)
IF (arithmetic expression) N1, N2, N3
Disadvantages:
Not encapsulated (selectable segments could be anywhere)
Segments require GOTOs
FORTRAN computed GOTO and assigned GOTO