char<=?

char<=? : (char char ... -> boolean)

purpose:
to determine whether a character precedes another
(or is equal to it)


Beginning Student Language