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
/
warnings
/
confusable_local_declaration.gd
blob: 3178f8d496bec2819093556c188c32b10bfb26ba (
plain
)
1
2
3
4
5
6
func test(): if true: var a = 1 print(a) var a = 2 print(a)