Hi,
On Wed 22 Jun 2011 23:49, Neil Jerram writes:
> Ian Price writes:
>
>> There's a small aesthetic issue that's been bothering me for a
>> while. Namely, newlines aren't treated like other escape sequences when
>> printed with WRITE.
>>
>> scheme@(guile-user)> (write "\n")
>> "
>> "
>
> I agr
Ian Price writes:
> Hello guilers,
>
> There's a small aesthetic issue that's been bothering me for a
> while. Namely, newlines aren't treated like other escape sequences when
> printed with WRITE.
>
> scheme@(guile-user)> (write "\n")
> "
> "scheme@(guile-user)>
>
> Now, I can see why this would
Hello guilers,
There's a small aesthetic issue that's been bothering me for a
while. Namely, newlines aren't treated like other escape sequences when
printed with WRITE.
scheme@(guile-user)> (write "\n")
"
"scheme@(guile-user)>
Now, I can see why this would be useful when printing multiple line