WRITE-STRING function writes string into standard output or specified output stream. See WRITE-LINE, FORMAT.
(write-string "xyz") xyz => "xyz"