Skip to content

Instantly share code, notes, and snippets.

@avgerin0s
Created November 28, 2012 01:58
Show Gist options
  • Save avgerin0s/4158569 to your computer and use it in GitHub Desktop.
Save avgerin0s/4158569 to your computer and use it in GitHub Desktop.
(defn compa [num] (if (< (Integer. num) 10)
((println "wtf")
(println "less than 10"))
((println "oxi")
(println "greaten than 10")
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment