string=?
-- r7rs
Definition comparator
;
Procedure variants:
((string |2...|) -> (boolean))
scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(string=? string_1 string_2 string_3 ...)
Returns
#t
if all the strings are the same length and contain exactly the same characters in the same positions, otherwise returns#f
.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.