Citrine/EN | Manual

[ String ] split: [ String ]

☞ x ≔ ‘1,2,3’ split: ‘,’.
✎ write: x, stop.
List ← ‘1’ ; ‘2’ ; ‘3’