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

NextPrevUpTopContentsIndex

base-char-p

Function
Summary

A predicate for base characters.

Package

lispworks

Signature

base-char-p object => result

Arguments

object

The object to be tested.

Values

result

A boolean.

Description

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.

See also

base-character-p


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex