Created
June 2, 2014 08:42
-
-
Save obscuren/d598aecc7d7d4c15a041 to your computer and use it in GitHub Desktop.
This file contains 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
func other() { | |
var b = 10 | |
} | |
func more() { | |
var b = 10 | |
} | |
func main() { | |
var c = 20 | |
other() | |
more() | |
} | |
main() | |
return 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment