Skip to content

Instantly share code, notes, and snippets.

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