lth: is the first less than the second?
lth
%: calls a gate with several arguments, gathering them into one sample.
%:
%:(add 2 3) is 5.
%:(add 2 3)
5
irregular forms:
(gate a b c) is %:(gate a b c)
(gate a b c)
%:(gate a b c)
lth asks whether the first atom is strictly less than the second.
(lth 5 3) is %.n.
(lth 5 3)
%.n