Public Vars

Back

>= (clj)

(source)

function

(>= x) (>= x y) (>= x y & more)
Returns non-nil if nums are in monotonically non-increasing order, otherwise false.

Examples