mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
10 lines
97 B
GDScript
10 lines
97 B
GDScript
extends Node
|
|
|
|
var outer
|
|
|
|
func _ready() -> void:
|
|
var inner
|
|
|
|
var dict = {}
|
|
|
|
dict[i➡]
|