String Functions 3
;; Alphabetizing strings:
(string< "apples" "bananas")
0
;; Also string>, string<=, string>=, string/=
(string< "this" "that")
nil
(string> "this" "that")
2
(string< "abc" "abcd")
3
Previous slide
Next slide
Back to first slide
View graphic version