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

Re: strings in scheme



Robert Bruce Findler <robby@cs.rice.edu> writes:

> You can use string-append, or also:
> 
> (printf "I'd like ~
>          this to be ~
>          on separate lines~n")

Thanks to everyone who has had suggestions.  I'm taking this approach,
though the string-append would work also my guess is it's slower.  (I
didn't know about that function, so it is good to know, though.)

-- 
Chris