Citrine/EN | Manual

[ Object ] respond: [ String ]

☞ x ≔ Object new.
x on: ‘respond:’ do: { :a
↲ (a + ‘!’).
}.
✎ write: x abc.
abc!