Public Vars

Back

when-not-predicate (clj)

(source)

macro

(when-not-predicate predicate & body)
Executes `body` when `predicate` returns falsy. Deprecated: Use `clojure.core/when-not` instead.

Examples