When I repeat : the number 3 [{:3 "father Andrew D" :3 "mother Lisa D"}] I 
get an error, although I can repeat number 1 with no problem. Why?

(struct person
        {:1 "english person"
         [{:2 "Andrew D"
           [{:3 "father Andrew D"
             :3 "mother Lisa D"}]
           :2 "Justin M"
           [{:3 "Elisa M"}]}]
         :1 "chinese person"
         [{:2 "Chi chi"}]
         })

-- 
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

Reply via email to