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