(< x y)
Goal for testing whether x is less than y. Non-relational.
Goal for testing whether x is less than y. Non-relational.
(<= x y)
Goal for testing whether x is less than or equal to y. Non-relational.
Goal for testing whether x is less than or equal to y. Non-relational.
(= x y)
Goal for testing whether x and y are equal. Non-relational.
Goal for testing whether x and y are equal. Non-relational.
(> x y)
Goal for testing whether x is greater than y. Non-relational.
Goal for testing whether x is greater than y. Non-relational.
(>= x y)
Goal for testing whether x is greater than or equal to y. Non-relational.
Goal for testing whether x is greater than or equal to y. Non-relational.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close