Page 2 of 2

Re: Why does taking out nil break this code segment?

Posted: Sat Jan 30, 2010 12:18 pm
by yougene
It all makes sense now, thanks guys.

I find cond's nicer to work with, but I still find myself visualizing the code as nested if statements. It's a fun challenge though.