CS 3304: Comparative Languages
FP Foundations, Scheme
[
Course Documents
] : [
FP Foundations, Scheme
]
Previous
Contents
Next
Keyword Index
Control Flow: Selection
1.
Selection
: the special form,
IF
(IF
predicate then_exp else_exp
) (if (not (zero? count )) (/ sum count) 0 )