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