Next Prev Up Top Contents Index

base-string-p

Function
Summary

Tests if an object is a base string.

Package

lispworks

Signature

base-string-p object => bool

Arguments

object

The object to be tested.

Values

bool

t if object is a base string; nil otherwise.

Description

This is the predicate for base strings.

See also

base-string


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index