Merge pull request #53422 from KoBeWi/add_LUA_to_Godot

This commit is contained in:
Rémi Verschelde
2021-10-07 23:37:37 +02:00
committed by GitHub
3 changed files with 8 additions and 1 deletions
@@ -0,0 +1,4 @@
func test():
var dict = {}
dict.test = 1
print(dict.test)
@@ -0,0 +1,2 @@
GDTEST_OK
1