• Scieneer Common Lisp 1.3.9 online documentation

    char string index[Function]

    Given a string and a non-negative integer index less than the length of the string, returns the character object representing the character at that position in the string.

    (setf (char g79 g80) g78)[Function]

  •