[ String ] + [ String ]

☞ x ≔ “ABC”.
☞ y ≔ “DEF”.
☞ z ≔ x + y.
✎ escrever: z, punto.
ABCDEF