Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/modules/gdscript/tests/scripts/completion/index/property_dictionary_keys.gd
10286 views
extends Node

var outer

var dict = {
    "key1": "value",
    "key2": null,
}

func _ready() -> void:
    var inner

    dict["➡"]