Skip to content

Instantly share code, notes, and snippets.

@felipehummel
Created June 14, 2016 16:22
Show Gist options
  • Save felipehummel/3824c70930dd1b50c7cef3e56fb8acc5 to your computer and use it in GitHub Desktop.
Save felipehummel/3824c70930dd1b50c7cef3e56fb8acc5 to your computer and use it in GitHub Desktop.
(defn nome-funcao [param1 param2]
(let [var1 (outrafuncao param1)
var2 (outrafuncao2 param2)]
fazUmaRequest(var1, param1)
(when (= param1 xyz)
(fazOutracoisa param2)
(log :blablabla))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment