[ String ] substituir: [ String ] com: [ String ]

var x := ['1...2...3'].
x substituir: ['...'] com: [','].
Stdout escrever: x, punto.
1,2,3