[ Objekt ] antworten: [ String ] und: [ String ]

☞ x ≔ Objekt neu.
x bei: ‘antworten:und:’ tun: { :a :b
↲ (a + b).
}.
✎ schreiben: (x abc: ‘def’), halt.
✎ schreiben: x a ‘bc’, halt.
abc:def
abc