<character>

The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of all Dylan objects.
A function.
Returns #t if the character is in [a-zA-Z].
Returns #t if the character is alphabetic or a digit.
Returns #t if the character is an ASCII character.
Returns the Dylan value of a C literal.
Returns #t if the character is not printable.
Returns #t if the character is a numeric digit [0-9].
Convert a character to the integer it denotes.
Returns #t if the character is a graphic character (a printing, non-whitespace character).
Returns #t if the character is a hexadecimal digit.
Returns #t if the character is in [a-z].
Returns #t if the character is printable (a graphic or whitespace character).
Returns #t if the character is punctuation (a graphic, non-alphanumeric character).
There are two unrelated functions named split.
Returns #t if the character is whitespace (space, tab, linefeed, or newline).
Returns the character that traditionally indicates a command-line option.
A function.
Convert an integer to the corresponding digit.