(defn- read-unquote [rdr comma opts pending-forms] (if-let [ch (peek-char rdr)] (if (identical? \@ ch) ((wrapping-reader 'clojure.core/unquote-splicing) ...
確定! 回上一頁