extends Node
var outer
var dict = {
"key1": "value",
"key2": null,
}
func _ready() -> void:
var inner
dict["➡"]