(< 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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |