CS 3304: Comparative Languages
Control Structures
[
Course Documents
] : [
Control Structures
]
Previous
Contents
Next
Keyword Index
Two-Way Selection
"if-then-else" statement
ALGOL 60 if:
if (boolean_expr) then statement else statement
The statements could be single or compound