[ Text ] [ Text ]: [ Text ]

var a := ['xx %'].
a xx: 123.
Pen write: a, stop.
var b := ['2 + x = 3'].
b x 1.
Pen write: b, stop.
123 %
2 + 1 = 3