• Scieneer Common Lisp 1.3.9 online documentation

    digit-char-p char &optional radix[Function]

    If char is a digit in the specified radix, returns the fixnum for which that digit stands, else returns nil. The radix defaults to 10 (decimal).

  •