string | a string |
output-stream | a stream, default is standard output |
start | bounding index |
end | bounding index |
WRITE-STRING function writes string into standard output or specified output stream. See WRITE-LINE, FORMAT.
(write-string "xyz") xyz => "xyz"