This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
godot
mirror of
https://github.com/godotengine/godot.git
Watch
1
Star
0
Fork
You've already forked godot
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a7029e4c8a
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
warnings
/
confusable_local_declaratio...
7 lines
67 B
GDScript
Raw
Blame
History
func
test
(
)
:
if
true
:
var
a
=
1
print
(
a
)
var
a
=
2
print
(
a
)
Reference in New Issue
View Git Blame
Copy Permalink