lfe-deprecated / clj

MERGED to LFE - Clojure-inspired macros and functions for use in LFE
28 stars 2 forks source link

Implement when-let #9

Open oubiwann opened 8 years ago

oubiwann commented 8 years ago
(when-let [result (foo x)]
  (do-something-with result)
  (do-something-more-with result))