chickadee
»
clojurian
»
if-let
Identifier search
(if-let (var val) then else)
syntax
Equivalent to
(let ((var val)) (if var then else))
.