public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* srfi-14 char-set<= problem
@ 2014-11-27 17:45 Seth Alves
  2014-12-01  6:02 ` Jamison Hope
  0 siblings, 1 reply; 3+ messages in thread
From: Seth Alves @ 2014-11-27 17:45 UTC (permalink / raw)
  To: kawa


(import (scheme base) (scheme write) (srfi 14))
(write (char-set<= (char-set #\u) (char-set #\u)))
(newline)
(write (char-set<= (char-set #\u) (char-set #\u #\a)))
(newline)

This prints:

#t
#f

     -seth

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-01 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-27 17:45 srfi-14 char-set<= problem Seth Alves
2014-12-01  6:02 ` Jamison Hope
2014-12-01 21:51   ` Per Bothner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).