- (write-string string [port start end]) → unspecifiedprocedure
Writes the characters of string from index start to index end onto textual output port port. The default port is the value of (current-output-port).
Compatibility note: Don't confuse this with the similar write-string procedure from (chicken io).