Skip to content

Instantly share code, notes, and snippets.

@devn
Forked from mefesto/bad_mefesto.clj
Created April 26, 2012 03:06
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 devn/2495395 to your computer and use it in GitHub Desktop.
Save devn/2495395 to your computer and use it in GitHub Desktop.
(let [name "test"]
(cond
(= "test" name)
(do-this)
(= "that" name)
(do-that)
:else
(do-other)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment