Generic Function
write-string to write a string to a character output stream. stream
stream-write-string stream string &optional start end => result
A stream.
A string.
An integer.
An integer.
A string.
stream-write-string is used bywrite-string to write string to stream. The string can, optionally, be delimited by start and end. fundamental-character-output-stream uses repeated calls tostream-write-char. fundamental-character-output-streamstream-write-char