Public Vars

Back

when-predicate (clj)

(source)

macro

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

Examples