This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
312eb20b3e
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