DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / completion / index / const_dictionary_keys.gd
12345678910111213
extends Node var outer const dict = { "key1": "value", "key2": null, } func _ready() -> void: var inner dict["➡"]