[ Texto ] objeto

☞ x ≔ Serie ← 1 ; 2 ; 3.
☞ a ≔ x texto.
☞ b ≔ a objeto.
✎ escribir: a tipo, stop.
✎ escribir: a, stop.
✎ escribir: b tipo, stop.
✎ escribir: b, stop.
Texto
Serie ← 1 ; 2 ; 3
Serie
Serie ← 1 ; 2 ; 3