mirror of
https://github.com/godotengine/godot.git
synced 2025-03-07 23:32:58 +08:00
11 lines
97 B
GDScript
11 lines
97 B
GDScript
extends Node
|
|
|
|
var outer
|
|
|
|
func _ready() -> void:
|
|
var inner
|
|
|
|
var dict = {}
|
|
|
|
dict[i➡]
|