(defn repl-info "Returns a map of info about the current repl" [] (let [line (.getLineNumber *in*)] (assoc *info* :line line)))
Comments top
No comments for repl-info. Log in to add a comment.