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

NextPrevUpTopContentsIndex

extended-char-p

Function
Summary

A predicate for extended characters.

Package

lispworks

Signature

extended-char-p object => result

Arguments

object

The object to be tested.

Values

result

A boolean.

Description

The function extended-char-p is a predicate for extended characters, only with standard spelling.

result is t if object is an extended character, and nil otherwise.

See also

extended-char
extended-character-p


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex