godot-module-template/engine/modules/gdscript/tests/scripts/runtime/features/lua_assign.gd

5 lines
61 B
GDScript
Raw Normal View History

2025-01-17 15:36:38 +00:00
func test():
var dict = {}
dict.test = 1
print(dict.test)