>From "Programming Clojure", Chapter 2 - Bindings:
"The bindings are then in effect for exprs, and the value of the let
is the value of the last expression in exprs."
To me this reads:
user=> (let [k (+ 2 2)])
  4

However, repl says:
user=> (let [k (+ 2 2)])
  nil

What is it I get wrong?

Thanks in advance
Andreas

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to