String types are supplied which are capable of holding each of the character types mentioned above. The following string types defined:
holds any
base-char
holds any
lw:simple-char
In particular,
lw:text-string
is the type that can hold all characters used in texts. The types above include non-simple strings - those which are displaced, adjustable or with a fill-pointer.
The following types are subtypes of
simple-string.
Note that in the names of the string types, 'simple' refers to the string object and does not mean that the string's elements are
lw:simple-char
s.