[ Text ] == [ Text ]

var x := ['abc'] == ['abc'].
Pen write: x, stop.
var x := ['abc'] == ['xxx'].
Pen write: x, stop.