How to append a newline to a string?
I wish to do that in memory before I start writing to a file.
The string function seems to stringify the newline control character as
follows.

------------< snip >---------------------------

(apply string '(#\a #\b #\newline)) => "ab\n"

------------< snip >------------------------------

I come from the 'imperative' world. Sorry for the newbie question.
Note this is in windows.
- Joe
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to