4 lines
81 B
Scheme
4 lines
81 B
Scheme
(print
|
|
(string-join
|
|
(string-split "Hello,How,Are,You,Today" #\,)
|
|
"."))
|