Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created June 22, 2017 16:33
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 infinite-Joy/e3abcbd1fc61c7ce0e76742a694f1e29 to your computer and use it in GitHub Desktop.
Save infinite-Joy/e3abcbd1fc61c7ce0e76742a694f1e29 to your computer and use it in GitHub Desktop.
user=> (def a1 "My favorite lang is ")
#'user/a1
user=> (def a2 "Clojure")
#'user/a2
user=> (str a1 a2)
"My favorite lang is Clojure"
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment