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
/
runtime
/
features
/
lua_assign.gd
blob: c9b5f8481e81dd3db1437ad3438d6af333390b72 (
plain
)
1
2
3
4
func test(): var dict = {} dict.test = 1 print(dict.test)