This commit is contained in:
sagie gur ari 2020-01-12 21:50:04 +00:00
parent 44e574aec0
commit 429886084c
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ end
release args
```
The for/in command enables to iterate over an array (see [array command](#std__Array)).<br>
The for/in command enables to iterate over an array (see [array command](#std__collections__Array)).<br>
The first argument will contain the current iteration value from the array.<br>
Once all values have been read, it will exit the loop.

View file

@ -6,7 +6,7 @@ end
release args
```
The for/in command enables to iterate over an array (see [array command](#std__Array)).<br>
The for/in command enables to iterate over an array (see [array command](#std__collections__Array)).<br>
The first argument will contain the current iteration value from the array.<br>
Once all values have been read, it will exit the loop.