Skip to content

Instantly share code, notes, and snippets.

@arwagner
Created December 14, 2011 23:42
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 arwagner/1479137 to your computer and use it in GitHub Desktop.
Save arwagner/1479137 to your computer and use it in GitHub Desktop.
understanding the output of prn
user=> (for [[x y] (seq {'a 1 'b 2})] (prn x))
(a
b
nil nil)
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment