Citrine/EN | Manual

[ String ] ≠ [ String ]

☞ x ≔ ‘abc’ = ‘abc’.
✎ write: x, stop.
☞ x ≔ ‘abc’ ≠ ‘xxx’.
✎ write: x, stop.
True
True