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_usage_loop.gd
blob: 1f207f27ac218cee00de1699c38ceee32799a520 (
plain
)
1
2
3
4
5
6
7
var a = 1 func test(): for _i in 3: print(a) var a = 2 print(a)