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

bmp-char-p Function

Summary

The predicate for bmp-char objects.

Package

lispworks

Signature

bmp-char-p object => result

Arguments
object
A Lisp object.
Values
result
A boolean.
Description

The function bmp-char-p returns t if object is a character with a code less than #x10000, otherwise it returns nil.

Compatibility note

bmp-char-p was new in LispWorks 7.0. In LispWorks 6.1 and earlier versions simple-char-p has the most similar meaning.

See also

bmp-char


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41