Writes a character to a specified stream.
stream
stream-write-char stream character => character
stream⇩ |
A stream. |
character⇩ |
A character. |
character |
A character. |
The generic function stream-write-char
writes character to stream. Every subclass of fundamental-character-output-stream must have a method defined for this function.
There is an example in 24.2.5 Stream output.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:01