Skip to content

Instantly share code, notes, and snippets.

@powellnathanj
Created July 11, 2009 13:06
Show Gist options
  • Save powellnathanj/145241 to your computer and use it in GitHub Desktop.
Save powellnathanj/145241 to your computer and use it in GitHub Desktop.
user=> (defn foo
"say hai"
[]
(println "hai"))
#'user/foo
user=> (doc foo)
-------------------------
user/foo
([])
say hai
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment