gte is greater-or-equal, so equal is yes.
gte
%: 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)
gte is greater-than-or-equal.
(gte 5 5) is %.y.
(gte 5 5)
%.y