char-cmp?   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/init.xtm

Implementation

(define (char-cmp? cmp a b)
  (cmp (char->integer a) (char->integer b)))


Back to Index