On Oct 16, 1:45 pm, Stuart Halloway <[EMAIL PROTECTED]> wrote: > Just to add to the confusion: I want compact to remove nil and > false. :-)
They'll revoke your ruby license :) irb(main):031:0> [1,2,3,4,false,nil,5,6].compact => [1, 2, 3, 4, false, 5, 6] martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
