4 lines
69 B
Text
4 lines
69 B
Text
|
|
str: "Hello,How,Are,You,Today"
|
||
|
|
|
||
|
|
print join.with:"." split.by:"," str
|