char-numeric?

char-numeric? : (char -> boolean)

purpose:
to determine whether a character represents a digit


Intermediate Student Language