user=> (meta #'first)
{:ns #<Namespace clojure.core>, :name first, :file "clojure/core.clj", :line 39, :arglists ([coll]), :doc "Returns the first item in the collection. Calls seq on its\n argument. If coll is nil, returns nil."}
user=> (meta #'first)
{:ns #<Namespace clojure.core>, :name first, :file "clojure/core.clj", :line 39, :arglists ([coll]), :doc "Returns the first item in the collection. Calls seq on its\n argument. If coll is nil, returns nil."}
user=> (meta #'first)
{:ns #, :name first, :file "clojure/core.clj", :line 39, :arglists ([coll]), :doc "Returns the first item in the collection. Calls seq on its\n argument. If coll is nil, returns nil."}
(meta #'first)
; =>
{:ns #<namespace clojure.core="">, :name first, :file "clojure/core.clj", :line 39, :arglists ([coll]), :doc "Returns the first item in the collection. Calls seq on its\n argument. If coll is nil, returns nil."}
</namespace>
(meta #'first)
; =>
{:ns #<Namespace clojure.core>, :name first, :file "clojure/core.clj", :line 39, :arglists ([coll]), :doc "Returns the first item in the collection. Calls seq on its\n argument. If coll is nil, returns nil."}