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

base-string-p

simple-base-string-p Functions

Summary

The predicates for base strings.

Package

lispworks

Signatures

base-string-p object => result

simple-base-string-p object => result

Arguments
object
The object to be tested.
Values
result
A boolean.
Description

The functions base-string-p and simple-base-string-p are the predicates for base strings and simple base strings respectively.

result is t if object is a base-string (or simple-base-string), and nil otherwise.

See also

base-string
simple-base-string


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