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

NextPrevUpTopContentsIndex

simple-text-string

Type
Summary

The simple text string type.

Package

lispworks

Signature

simple-text-string length

Arguments

length

The length of the string (or * , meaning any).

Description

This is the simple version of text-string , that is, the string itself is simple. Equivalent to:

(simple-vector lw:simple-char length )
See also

text-string


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex