summaryrefslogtreecommitdiff
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)