Hi Sayth, welcome to Clojure.

Read like this:

(nil? nil) 
;-> true
Is nil nil? True. 

(true? nil) 
;-> false
Is nil true? False.

Kind regards,
 Leon.

On Monday, January 30, 2017 at 8:34:09 AM UTC+1, Sayth Renshaw wrote:
>
> Hi
>
> If nil is true 
>
> clojure-noob.core> (nil? nil)
> true
>
> Then why doesn't nil return from this statement as the first true value?
>
> clojure-noob.core> (or false nil true)
> true
>
> Sausages does as expected.
>
> clojure-noob.core> (or false "sausages" true)
> "sausages"
>
> Thanks
>
> Sayth
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to