On Fri, Dec 19, 2008 at 12:46 PM, Michael Wood <[email protected]> wrote: > > Where would it go when you have multiple parameter lists and bodies? > > (defn blah ([a] (do-something-with a)) ([a b] (do-something-with a b)))
That case should be unchanged, and work as it does today. > > -- > Michael Wood <[email protected]> > > > > -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
