Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
61 B
GDScript3
Raw Permalink Normal View History

2021-10-05 02:48:33 +02:00
func test():
var dict = {}
dict.test = 1
print(dict.test)