Skip to content

Instantly share code, notes, and snippets.

@vodamiro
Created April 11, 2019 14:05
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 vodamiro/857510eddb4b211eb68887ad84e63151 to your computer and use it in GitHub Desktop.
Save vodamiro/857510eddb4b211eb68887ad84e63151 to your computer and use it in GitHub Desktop.
S_A_RangesInLoops3.kt
var max = 10
val range = IntRange(1, max)
for (i in range) {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment