Skip to content

Instantly share code, notes, and snippets.

@dtrailin
Created August 25, 2016 21:54
Show Gist options
  • Select an option

  • Save dtrailin/35b09dce1ce47b945376e7b2f79fb49f to your computer and use it in GitHub Desktop.

Select an option

Save dtrailin/35b09dce1ce47b945376e7b2f79fb49f to your computer and use it in GitHub Desktop.
listOf("This", "is","a", "sentence").reduce { accumulator, s -> accumulator +" " + s }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment