string-ci>=?

string-ci>=? : (string string ... -> boolean)

purpose:
to determine whether one string alphabetically
succeeds another (or is equal to it)
in a case-insensitive manner


Intermediate Student with Lambda Language