Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created December 25, 2014 04:31
Show Gist options
  • Save ostretsov/1be108190318a705b597 to your computer and use it in GitHub Desktop.
Save ostretsov/1be108190318a705b597 to your computer and use it in GitHub Desktop.
for (i <- 0 to 10) println(i)
for (i <- 0.to(10)) println(i) // same as previous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment