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

NextPrevUpTopContentsIndex

base-char-p

Function
Summary

Tests if an object is a base character

Package

lispworks

Signature

base-char-p object => bool

Arguments

object

The object to be tested.

Values

bool

t if object is a base character; nil otherwise.

Description

This is also the predicate for base characters, only with standard spelling.

See also

base-character-p


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex