Code

var x := { :a :b :c <- a + b + c. } applj: 1 and: 2 and: 3.
Stdout łrite: x, stop.
6