From: Sam S. <sd...@gn...> - 2023-07-14 18:50:57
|
> * Don Cohen <qba...@vf...3-vap.pbz> [2023-07-14 02:15:04 +0000]: > > (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 ? https://clisp.sourceforge.io/impnotes/faq.html#faq-pp-newline ;-) https://clisp.sourceforge.io/impnotes/faq.html#faq-fine -- Sam Steingold (https://aphar.dreamwidth.org/) on Pop 22.04 (jammy) X 11.0.12101004 https://lastingimpactpsychology.com https://steingoldpsychology.com https://thereligionofpeace.com https://camera.org https://honestreporting.com Booze is the answer. I can't remember the question. |