string=? -- r7rs Definition
§

Kind
§

comparator;

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(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.

Referenced-types
§