[ String ] [ String ]: [ String ]

☞ a ≔ ‘xx %’.
a xx: 123.
✎ schreiben: a, halt.
☞ b ≔ ‘2 + x = 3’.
b x 1.
✎ schreiben: b, halt.
123 %
2 + 1 = 3