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

☞ x ≔ ‘1...2...3’.
x înlocuieşte: ‘...’ cu: ‘,’.
✎ scrie: x, stop.
1,2,3