next up previous contents
Next: Procedures Up: The Core Sets Previous: Strings, Symbols, and Characters

Pairs and Lists

The set of pairs contains the set of lists. Note that the set of lists is named slist to avoid conflicting with the Scheme procedure list.

(define pair 'pair) ; unordered (define slist 'slist) ; unordered



Richard W. DeVaul
1998-12-07