Files
2021-10-05 12:17:13 +02:00

5 lines
61 B
GDScript

func test():
var dict = {}
dict.test = 1
print(dict.test)