NextPrevUpTopContentsIndex

text-string-p

Function
Summary

Tests if an object is a text string.

Package

lispworks

Signature

text-string-p object => bool

Arguments

object

The object to be tested.

Values

bool

t if object is a text string; nil otherwise.

Description

This is the predicate for text strings.

See also

text-string


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex