(reify clojure.lang.IReduceInit (reduce [this f init] (try (loop [state init] (if (reduced? state) @state (if-let [line (.readLine rdr)]
確定! 回上一頁