mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge branch 'master' into 3.2
This commit is contained in:
@@ -802,7 +802,7 @@ for
|
||||
|
||||
To iterate through a range, such as an array or table, a *for* loop is
|
||||
used. When iterating over an array, the current array element is stored in
|
||||
the loop variable. When iterating over a dictionary, the *index* is stored
|
||||
the loop variable. When iterating over a dictionary, the *key* is stored
|
||||
in the loop variable.
|
||||
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user