7 lines
70 B
Text
7 lines
70 B
Text
|
|
!YS-v0
|
||
|
|
|
||
|
|
say: +
|
||
|
|
'Hello,How,Are,You,Today'
|
||
|
|
.split(/,/)
|
||
|
|
.join('.')
|