Jak uzyskać wartość var po imieniu Godot
print(obj.get("a"))
# and it prints as obj.a
Crazy Caracal
print(obj.get("a"))
# and it prints as obj.a