This website requires JavaScript.
Explore
Help
Register
Sign In
Gremlinsoft
/
godot
forked from
sascha/godot
Watch
2
Star
0
Fork
You've already forked godot
0
Code
Pull Requests
Activity
4.0
godot
/
modules
/
gdscript
/
tests
/
scripts
/
runtime
/
features
/
lua_assign.gd
5 lines
61 B
GDScript
Raw
Permalink
Blame
History
func
test
(
)
:
var
dict
=
{
}
dict
.
test
=
1
print
(
dict
.
test
)
View Git Blame
Copy Permalink