LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

simple-text-string-p

Function
Summary

Tests if an object is a simple text string.

Package

lispworks

Signature

simple-text-string-p object => bool

Arguments

object

The object to be tested.

Values

bool

t if object is a simple text string; nil otherwise.

Description

This is the predicate for simple text strings.

See also

simple-text-string


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex