Skip to content

Instantly share code, notes, and snippets.

@marcioalthmann
Created September 5, 2014 01:44
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 marcioalthmann/a11da01dd173fe847719 to your computer and use it in GitHub Desktop.
Save marcioalthmann/a11da01dd173fe847719 to your computer and use it in GitHub Desktop.
For-in
for i in 1...10{
println(i)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment