Created
March 30, 2015 19:41
-
-
Save anonymous/bd2c1c48195fc6804f60 to your computer and use it in GitHub Desktop.
The power of Unicode!
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 [foo 1, foo 2] [foo foo]) | |
;; => [1 2] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment