All Manuals > LispWorks® User Guide and Reference Manual > 47 The SYSTEM Package

augmented-string

simple-augmented-string Types

Summary

Deprecated synonyms for text-string and simple-text-string.

Package

system

Signatures

augmented-string &optional length

simple-augmented-string &optional length

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

The types augmented-string and simple-augmented-string are deprecated synonyms for text-string and simple-text-string.

If length is not *, then it constrains the length of the string to that number of elements.

See also

text-string
simple-text-string


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02