String [Concept]


Purpose

The String predicate tests whether a given object is a Lisp string.

Syntax

String object

Argument

The object argument is any object.

Value

The String predicate returns t if object is a string.

Examples

(ask (String "abc")) ==> T

See Also

Last modified: Jun 1 1995