>
(> &rest numbers)
Returns t if its arguments are in strictly decreasing order, else nil. It is variadic; each adjacent pair is compared by numeric value, mixing integers, ratios and floats. With a single argument it returns t.
(> &rest numbers)
Returns t if its arguments are in strictly decreasing order, else nil. It is variadic; each adjacent pair is compared by numeric value, mixing integers, ratios and floats. With a single argument it returns t.