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
/
parser
/
features
/
operator_assign.gd
9 lines
85 B
GDScript
Raw
Permalink
Blame
History
func
test
(
)
:
var
i
=
0
i
+=
5
i
-=
4
i
*=
10
i
%=
8
i
/=
0.25
print
(
round
(
i
)
)
View Git Blame
Copy Permalink