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