7 lines
96 B
Text
7 lines
96 B
Text
|
|
(display
|
||
|
|
(list->string
|
||
|
|
(string->list
|
||
|
|
"Hello,How,Are,You,Today"
|
||
|
|
",")
|
||
|
|
"."))
|