Please help me to do define a string like this..
I have a list which has the values (define temp-list (list '398 '150 '1.15 '2875 '-900 '1565 '800 '230 '200 '0 '0 '0))
I Should declare this as.. (define b "398 150 1.15 2875 -900 1565 800 230 200 0 0 0")
How can i do this in scheme?