Skip to content

Instantly share code, notes, and snippets.

@marcioalthmann
Created September 5, 2014 01:44
Show Gist options
  • Select an option

  • Save marcioalthmann/a11da01dd173fe847719 to your computer and use it in GitHub Desktop.

Select an option

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