Created
August 2, 2015 13:57
-
-
Save terrybu/b798228a418528978253 to your computer and use it in GitHub Desktop.
For loop swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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