In http://groups.google.com/group/clojure/browse_thread/thread/62140a28b8d4ef36,
the following example was given:
(defn test1 [{x :x, y :y, :or {:y 3}}]
[x y])
(test1 {:x 2}) => [2 3]
But this doesn't work on the latest Clojure from Subversion I just
got:
(test1 {:x 2}) => [2 nil]
Was this a feature that was removed? Or should it work?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---