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