Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # metadata ### with-meta <code clojure> (with-meta [1 2] {:so-meta true}) </code> <code clojure> ^{:so-meta true} [1 2] ; Reader attaches the metadata to the vector </code> <code lisp> (def ^{:so-meta true} x 3) </code> open/metadata.txt Last modified: 2024/10/05 06:15by 127.0.0.1