char=? -- r7rs Definition
§

Kind
§

comparator;

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(char=? char_1 char_2 char_3 ...)
(char<? char_1 char_2 char_3 ...)
(char>? char_1 char_2 char_3 ...)
(char<=? char_1 char_2 char_3 ...)
(char>=? char_1 char_2 char_3 ...)

These procedures return #t if the results of passing their arguments to char->integer are respectively equal, monotonically increasing, monotonically decreasing, monotonically non-decreasing, or monotonically non-increasing.

These predicates are required to be transitive.


The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§