Re: [Chicken-users] Appending a newline to a string

2010-10-21 Thread Christian Kellermann
* Joe Python jopyt...@gmail.com [101021 17:13]: 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

Re: [Chicken-users] Appending a newline to a string

2010-10-21 Thread John Cowan
2010/10/21 Joe Python jopyt...@gmail.com: 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