Next: syslib pairs, Previous: syslib numerics, Up: syslib [Index]
The arguments ch to these operations must be characters, the
arguments fx must be fixnums in the range [0, #x10FFFF]
but
not in the range [#xD800, #xDFFF]
. The following bindings are
exported by the library (vicare system $chars)
.
Evaluate to true if the operands are equal.
The arguments must be characters. Return #t
if the arguments are
different; otherwise return #f
.
Evaluate to true if the ch1 is less than ch2.
Evaluate to true if the ch1 is less than or equal to ch2.
Evaluate to true if the ch1 is greater than ch2.
Evaluate to true if the ch1 is greater than or equal to ch2.
Return the minimum or maximum character among the arguments.
Return a new character value whose code point equals fx.
Return a fixnum representing the code point of the operand.