[ Objeto ] responder: [ Texto ] y: [ Texto ] y: [ Texto ]

☞ x ≔ Objeto nuevo.
x en: ‘responder:y:y:’ hacer: { :a :b :c
↲ (a + b + c).
}.
✎ escribir: (x abc: ‘def’ ghi: ‘jkl’), stop.
abc:ghi:defjkl