This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c92a6c7e27
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
warnings
/
confusable_local_usage.gd
7 lines
55 B
GDScript
Raw
Blame
History
var
a
=
1
func
test
(
)
:
print
(
a
)
var
a
=
2
print
(
a
)
Reference in New Issue
View Git Blame
Copy Permalink