All Manuals > LispWorks® User Guide and Reference Manual > 38 The LISPWORKS Package

simple-char-p Function

Summary

The predicate for simple characters (deprecated).

Package

lispworks

Signature

simple-char-p object => result

Arguments
object
The object to be tested.
Values
result
A boolean.
Description

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.

See also

simple-char


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41