Used by write-string to write a string to a character output stream.
stream
stream-write-string stream string &optional start end => result
stream⇩ |
A stream. |
string⇩ |
A string. |
start⇩ |
An integer. |
end⇩ |
An integer. |
result |
A string. |
The generic function stream-write-string
is used by write-string to write string to stream. The string can, optionally, be delimited by start and end.
The default method provided by fundamental-character-output-stream uses repeated calls to stream-write-char.
There is an example in 24.2.5 Stream output.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:01