(when-let [bindings & body])bindings => binding-form test
When test is true, evaluates body with binding-form bound to the value of test
Examples
No examples yet. Be the first to add one!
(when-let [bindings & body])No examples yet. Be the first to add one!