chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] string-ci<=? and string-ci>=?


From: Sven Hartrumpf
Subject: [Chicken-users] string-ci<=? and string-ci>=?
Date: Tue, 11 Sep 2018 08:26:49 +0200 (CEST)

Hi.

The issue reported by Nils Holm
in http://groups.google.com/group/comp.lang.scheme/t/6b8be06b84b39a7
affects chicken 5, too:

> (string-ci<=? "test" "tes")
#t
> (string-ci>=? "test" "tes")
#f

Ciao
Sven



reply via email to

[Prev in Thread] Current Thread [Next in Thread]