(defn finish-element [tag pretty] (set! *depth* (dec *depth*)) (if pretty (indent)) (print (str "" tag ">")) (if pretty (println)))
Comments top
No comments for finish-element. Log in to add a comment.