char-whitespace?
char-whitespace? : (char -> boolean)
purpose:
to determine whether a character represents space
Intermediate Student Language