mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
5 lines
61 B
GDScript3
5 lines
61 B
GDScript3
![]() |
func test():
|
||
|
var dict = {}
|
||
|
dict.test = 1
|
||
|
print(dict.test)
|