The predicate for simple characters (deprecated).
lispworks
simple-char-p object => result
object⇩ |
The object to be tested. |
result⇩ |
A boolean. |
The function simple-char-p
is the predicate for simple characters.
result is t
if object is a simple character, and nil
otherwise.
simple-char-p
is deprecated.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41