Skip to content

Instantly share code, notes, and snippets.

@terrybu
Created August 2, 2015 13:57
Show Gist options
  • Save terrybu/b798228a418528978253 to your computer and use it in GitHub Desktop.
Save terrybu/b798228a418528978253 to your computer and use it in GitHub Desktop.
For loop swift
for var i = 1; i <= 10; i++ {
println(i)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment