Citrine/EN | Manual

[ Object ] respond: [ String ] and: [ String ]

☞ x ≔ Object new.
x on: ‘respond:and:’ do: { :a :b
↲ (a + b).
}.
✎ write: (x abc: ‘def’), stop.
✎ write: x a ‘bc’, stop.
abc:def
abc