mirror of
https://github.com/godotengine/godot.git
synced 2026-05-10 09:51:31 -04:00
c0083c0f90
This also ignores `.out` files in the file format static checks.
6 lines
58 B
GDScript
6 lines
58 B
GDScript
func test():
|
|
var i = 0
|
|
while i < 5:
|
|
print(i)
|
|
i += 1
|