[ String ] compară: [ String ]

☞ x ≔ ‘abc’.
☞ y ≔ ‘def’.
☞ z ≔ x compară: y.
☞ q ≔ y compară: x.
✎ scrie: z, stop.
✎ scrie: q, stop.
-3
3