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
33957aee69
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
features
/
while.gd
6 lines
58 B
GDScript
Raw
Blame
History
func
test
(
)
:
var
i
=
0
while
i
<
5
:
print
(
i
)
i
+
=
1
Reference in New Issue
View Git Blame
Copy Permalink