[ String ] [ String ]: [ String ]

☞ a ≔ “xx %”.
a xx: 123.
✎ escrever: a, punto.
☞ b ≔ “2 + x = 3”.
b x 1.
✎ escrever: b, punto.
123 %
2 + 1 = 3