Skip to content

Instantly share code, notes, and snippets.

@totiz
Created September 27, 2015 07:31
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 totiz/6a6e04e9480d50b2c17e to your computer and use it in GitHub Desktop.
Save totiz/6a6e04e9480d50b2c17e to your computer and use it in GitHub Desktop.
var output = ""
for (index, league) in leagues.enumerate() {
output += "อันดับที่ \(index+1): \(league)\n"
}
output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment