[ String ] înlocuieşte: [ String ] cu: [ String ]

var x := ['1...2...3'].
x înlocuieşte: ['...'] cu: [','].
Stdout scrie: x, stop.
1,2,3