[ Objeto ] responder: [ String ]

var x := Objeto novo.
x em: “responder:” fazer: { :a <- (a + “!”).
}.
Stdout escrever: x abc.
abc!