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

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 - 01 Dec 2021 19:30:41