Logical Operations
5Evaluates exprs one at a time, from left to right. If a form returns logical false (nil or false), and returns that va...
macroclojure.core
Returns true if x is the value false, false otherwise.
functionclojure.core
Returns true if x is logical false, false otherwise.
functionclojure.core
Evaluates exprs one at a time, from left to right. If a form returns a logical true value, or returns that value and d...
macroclojure.core
Returns true if x is the value true, false otherwise.
functionclojure.core