The simple text string type.
lispworks
simple-text-string length
length
The length of the string (or * , meaning any).
*
This is the simple version of text-string , that is, the string itself is simple. Equivalent to:
text-string
(simple-vector lw:simple-char length )