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

NextPrevUpTopContentsIndex

base-string-p

simple-base-string-p

Functions
Summary

The predicates for base strings.

Package

lispworks

Signature

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 - 20 Sep 2017

NextPrevUpTopContentsIndex