Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/parser/features/
while.gd
func test(): var i = 0 while i < 5: print(i) i += 1