!!
arithmetic
(add 2 3)

to call a function, wrap it and its arguments in parentheses.

add sums two atoms.

glossary

%: calls a gate with several arguments, gathering them into one sample.

%:(add 2 3) is 5.

irregular forms:

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

add sums two atoms.

(add 2 3) is 5.