CS 3304: Comparative Languages
FP Foundations, Scheme
[
Course Documents
] : [
FP Foundations, Scheme
]
Previous
Contents
Next
Keyword Index
Predicate Functions (cont.)
4.
LIST?
takes one parameter; it returns #T if the parameter is an list; otherwise ()
5.
NULL?
takes one parameter; it returns #T if the parameter is the empty list; otherwise ()
6. Numeric Predicate Functions: =, >, <, >=, <=, even?, odd?, zero?, positive?, negative?