LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

base-character-p

Function
Summary

Tests if an object is a base character

Package

lispworks

Signature

base-character-p object => bool

Arguments

object

The object to be tested.

Values

bool

t if object is a base character; nil otherwise.

Description

This is the predicate for base characters.

See also

base-character


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex