Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created June 22, 2017 16:42
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/7caf487bb2075ac8a0758edbd9a77131 to your computer and use it in GitHub Desktop.
Save infinite-Joy/7caf487bb2075ac8a0758edbd9a77131 to your computer and use it in GitHub Desktop.
user=> (def plants-in-lalbagh ["Amherstia Nobilis" "Adansonia digitata" "Ficus bengalensis var - krishnae" "Araucaria Cookie" "Bombax Ceiba"])
#'user/plants-in-lalbagh
user=>
user=> (nth plants-in-lalbagh 2)
"Ficus bengalensis var - krishnae"
user=> (get plants-in-lalbagh 2)
"Ficus bengalensis var - krishnae"
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment