please read the srfi doc for what string= means. it involves the index of
the char not following/following certain lexicogaphical ordering constraints,
and should be returning an integer.
-elf
On Sat, 16 Feb 2008, Matt Gushee wrote:
Elf wrote:
string= != string=?
Well, okay, as far as that goes. Maybe I should have mentioned that I am
more-or-less a newbie ... this is my 2nd or 3rd time learning Scheme, so I
know a few things, but my vocabulary and knowledge of which functions are
where are quite limited, e.g., I had forgotten that string=? existed.
Nonetheless, I do read documentation, and SRFI-13 says:
string= s1 s2 [start1 end1 start2 end2] -> boolean
So I am curious why the Chicken implementation returns an integer.
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users