Skip to content

Instantly share code, notes, and snippets.

@avesus
Created September 26, 2014 13:13
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 avesus/8b099d97d04820fbf58d to your computer and use it in GitHub Desktop.
Save avesus/8b099d97d04820fbf58d to your computer and use it in GitHub Desktop.
Clojure
(def a ["qwe",
"asd"
"zxc",
"rty"])
(def b ["qwe"
"asd",
"zxc"
"rty"])
(= a b) => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment