Next:
Pairs and Lists
Up:
The Core Sets
Previous:
Numbers
Strings, Symbols, and Characters
Note that these are distinct entities in Sol, just as they are in Scheme.
(define sstring 'sstring)
; ordered
(define symbol 'symbol)
; ordered
(define char 'char)
; ordered
Richard W. DeVaul
1998-12-07