guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

writing string to a file


From: Dr. Peter Ivanyi
Subject: writing string to a file
Date: Wed, 05 Mar 2003 21:42:17 +0000

Hi,

Is there a way to write a string into a file/port as a string?
What I mean is that instead of this

guile> (write-line "23")
23
guile> 

I would get something like this:

guile> (write-line "23")
"23"
guile> 

so when I write out an s-expr I will be able to read it back in
the same way.

        Thanks,

                Peter Ivanyi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]