Public Vars

Back

when-predicate (clj)

(source)

macro

(when-predicate predicate & body)
Executes `body` when `predicate` returns truthy.

Examples