Liking cljdoc? Tell your friends :D

axel-f.excel.logic


ANDclj/s

source

AND*clj/s

(AND* & args)

Returns true if all of the provided arguments are logically true, and false if any of the provided arguments are logically false.

Returns true if all of the provided arguments are logically true, and false if any of the provided arguments are logically false.
sourceraw docstring

envclj/s

source

NOTclj/s

source

NOT*clj/s

(NOT* logical-expression)

Returns the opposite of a logical value - NOT(TRUE) returns FALSE; NOT(FALSE) returns TRUE.

Returns the opposite of a logical value - `NOT(TRUE)` returns `FALSE`; `NOT(FALSE)` returns `TRUE`.
sourceraw docstring

ORclj/s

source

OR*clj/s

(OR* & args)

Returns true if any of the provided arguments are logically true, and false if all of the provided arguments are logically false.

Returns true if any of the provided arguments are logically true, and false if all of the provided arguments are logically false.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close