!!
puzzles
:(add 1 2 3)

the gather

glossary

;: turns a two-argument gate into an n-ary one, folding it across all the arguments.

;:(add 1 2 3) is 6.

irregular forms:

:(gate a b c) is ;:(gate a b c)

add sums two atoms.

(add 2 3) is 5.