!!
arithmetic
(min 3 8)

min evaluates to the smaller.

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)

min is the smaller of two atoms.

(min 3 8) is 3.