char-alphabetic?

char-alphabetic? : (char -> boolean)

purpose:
to determine whether a character represents
an alphabetic character


Intermediate Student Language