Task

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