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