Public Vars

Back

when-not-predicate (clj)

(source)

macro

(when-not-predicate predicate & body)
Executes `body` when `predicate` returns falsy.

Examples