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

NextPrevUpTopContentsIndex

simple-char-p

Function
Summary

The predicate for simple characters. simple-char-p is 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.

See also

simple-char


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex