Compare commits

...

1 Commits

Author SHA1 Message Date
camoroso 53d805a832 doc: test commit 2026-04-19 21:27:43 +02:00
+1 -1
View File
@@ -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.