Task

var x := { :a :b :c <- a + b + c. } apply: 1 and: 2 and: 3.
Pen write: x, stop.
6