This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
godot
mirror of
https://github.com/godotengine/godot.git
Watch
1
Star
0
Fork
You've already forked godot
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cb1569345a
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
features
/
operator_assign.gd
9 lines
85 B
GDScript
Raw
Blame
History
func
test
(
)
:
var
i
=
0
i
+=
5
i
-=
4
i
*=
10
i
%=
8
i
/=
0.25
print
(
round
(
i
)
)
Reference in New Issue
View Git Blame
Copy Permalink