Citrine/EN | Manual

[ String ] compare: [ String ]

☞ x ≔ ‘abc’.
☞ y ≔ ‘def’.
☞ z ≔ x compare: y.
☞ q ≔ y compare: x.
✎ write: z, stop.
✎ write: q, stop.
-3
3