symbol=? -- r7rs Definition comparator;
Procedure variants:
((symbol |2...|) -> (boolean))
scheme:base -- (scheme base);scheme -- (scheme);(symbol=? symbol_1 symbol_2 symbol_3 ...)Returns
#tif all the arguments are symbols and all have the same names in the sense ofstring=?.Note: The definition above assumes that none of the arguments are uninterned symbols.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.