Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created July 3, 2012 20:32
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 nicholasf/75eee8531281f8b84700 to your computer and use it in GitHub Desktop.
Save nicholasf/75eee8531281f8b84700 to your computer and use it in GitHub Desktop.
user=> (let [x 5] (+ x 4))
9
user=> (do 1 2 3)
3
user=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment