unwanted new line

[email protected] (Don Cohen) Fri, 14 Jul 2023 02:15:04 +0000 (UTC)
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
(setf list '("abc" "def" "qwe
rty
uiop" "zxc"))

(with-output-to-string (s)(loop for x in list do (format s "~s~c" x #\tab)))
"\"abc\"        \"def\"
\"qwe
rty
uiop\"  \"zxc\" "

Why is there an extra new line before the list element that contains
the newlines?
Is there some way to suppress it ?


_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list