Hello,

While reading the book, I came across the phrase
"true? tests whether a value is actually true, not
whether the value evaluates to true in a boolean context. The only
thing
that is true? is true:
(true? true)
-> true
(true? "foo")
-> false
Be careful with predicates ..."

My question is what's the usage for ture?. I don't see a meaningful
example on usage of true?


Regards,
Sun

--~--~---------~--~----~------------~-------~--~----~
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
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