[ Objecte ] respondre: [ Text ] i: [ Text ]

var x := Objecte nou.
x en: ['respondre:i:'] fer: { :a :b <- (a + b).
}.
Stdout escriu: (x abc: ['def']), atura.
Stdout escriu: x a ['bc'], atura.
abc:def
abc