Last active
January 17, 2018 09:14
-
-
Save tonsky/aba88c97e5ad31365494d2c75eb1b265 to your computer and use it in GitHub Desktop.
Clojure and nbsp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(let [a 1, a 2, a 3] | |
(and (= a 1) (= a 2) (= a 3))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment