Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created May 1, 2017 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/d6364d462e5484609360acb7593ec0b8 to your computer and use it in GitHub Desktop.
Save deque-blog/d6364d462e5484609360acb7593ec0b8 to your computer and use it in GitHub Desktop.
(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