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
72d18d50a4
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
weak_initializer.gd
6 lines
89 B
GDScript
Raw
Blame
History
func
test
(
)
:
var
bar
=
1
var
foo
:
float
=
bar
print
(
typeof
(
foo
)
)
print
(
foo
is
float
)
Reference in New Issue
View Git Blame
Copy Permalink