(defn test-swallow | |
[] | |
(swallow (println "Hello world"))) | |
(test-swallow) | |
=> nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(defn test-swallow | |
[] | |
(swallow (println "Hello world"))) | |
(test-swallow) | |
=> nil |