|   | 
 ANSI Common Lisp    13 Characters    13.2 Dictionary of Characters
 
| 13.2.19  char-code-limit | 
Constant Variable | 
  
 - Constant Value:
 - 
A non-negative integer, the exact magnitude of which
is implementation-dependent, but which is not less
than 96 (the number of standard characters).
  - Description:
 - 
The upper exclusive bound on the value returned by 
the function char-code.
  - See Also:
 - 
char-code
  - Notes:
 - 
The value of char-code-limit might be larger than the actual
number of characters supported by the implementation.
  - Allegro CL Implementation Details:
 - 
 None.
  
 |