1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Updated tutorial_gdscript_efficiently (markdown)

reduz
2014-09-20 08:59:05 -07:00
parent a92fe64c41
commit e310ff356e

@@ -306,7 +306,7 @@ for i in range(strings.size()):
And while() loops are the same everywhere:
``python
```python
var i=0