LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

extended-char-p

Function
Summary

Tests if an object is an extended character.

Package

lispworks

Signature

extended-char-p object => bool

Arguments

object

The object to be tested.

Values

bool

t if object is an extended character; nil otherwise.

Description

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

See also

extended-char
extended-character-p


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex