Skip to content

Instantly share code, notes, and snippets.

@piyush23dez
Last active November 30, 2018 04:20
Show Gist options
  • Save piyush23dez/70eb5041a880edabf13170b6e3b2644e to your computer and use it in GitHub Desktop.
Save piyush23dez/70eb5041a880edabf13170b6e3b2644e to your computer and use it in GitHub Desktop.
class Foo {
var value: Int = 0
func doIt() {
for index in 0..<10 {
IP -> value = index
}
print(value)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment