Public Vars

Back

if-not (clj)

(source)

macro

(if-not test then) (if-not test then else)
Evaluates test. If logical false, evaluates and returns then expr, otherwise else expr, if supplied, else nil.

Examples