Hello All,
I was playing with Waterfront editor and I found the below a little
difficult to figure out.

(defstruct aount :h1 :h2 :h3 :h4)

;;(def rowi8 (struct aount "x" "x" "x" "x"))

(def sande (ref rowi8))
@sande

{:h1 x , :h2 x, :h3 x, :h4 x}   It appears it did not understand that I
commented out rowi8. Could somebody try this out in his/her system in order
for me to confirm this issue?

Regards,
Emeka

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