index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
weak_initializer.gd
blob: c5f3ccc59e6625e3542e2c4d8f95ef2822a90bbc (
plain
)
1
2
3
4
5
func test(): var bar = 1 var foo: float = bar print(typeof(foo)) print(foo is float)