From 53d805a832560a03ca36bd72018032d94f211bf0 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Sun, 19 Apr 2026 21:27:43 +0200 Subject: [PATCH] doc: test commit --- doc/Expr.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Expr.adoc b/doc/Expr.adoc index 256ace0..050f203 100644 --- a/doc/Expr.adoc +++ b/doc/Expr.adoc @@ -1473,7 +1473,7 @@ NOTE: Currently, _default-iter_ is the same as _keys-iter_. In the future, it wi `>>>` [blue]`it{plusplus}` + [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.