doc: test commit
This commit is contained in:
parent
b99ad5def1
commit
53d805a832
@ -1473,7 +1473,7 @@ NOTE: Currently, _default-iter_ is the same as _keys-iter_. In the future, it wi
|
|||||||
`>>>` [blue]`it{plusplus}` +
|
`>>>` [blue]`it{plusplus}` +
|
||||||
[red]`Eval Error: EOF`
|
[red]`Eval Error: EOF`
|
||||||
|
|
||||||
On a list-type iterator creation expression, it is possible to specify an index range and a step to iterate over a subset of the list.
|
When creating a list-type iterator expression, you can specify a range of indices and a step to iterate over a subset of the list.
|
||||||
|
|
||||||
Indexing starts at 0. If the start index is not specified, it defaults to 0. If the end index is not specified, it defaults to the index of the last element of the list. If the step is not specified, it defaults to 1.
|
Indexing starts at 0. If the start index is not specified, it defaults to 0. If the end index is not specified, it defaults to the index of the last element of the list. If the step is not specified, it defaults to 1.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user