!!
arithmetic
(div 17 5)

div divides, discarding the remainder.

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)

div divides, discarding the remainder.

(div 17 5) is 3.