[ Object ] bericht: [ Tekst ] argument: [ Tekst ]

>> x := Object nieuw.
x bij: ['bericht:argument:'] doen: { :a :b <- (a + b).
}.
Uit schrijf: (x abc: ['def']), stop.
Uit schrijf: x a ['bc'], stop.
abc:def
abc