3 lines
79 B
Text
3 lines
79 B
Text
|
|
| s = 'Hello,How,Are,You,Today' |
|
||
|
|
((s splitOn: ',') joinUsing: '.') printLine.
|