Skip to content

Commit

Permalink
#6963 Add Qute support to iterate long numbers, add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Hendriks committed Jul 4, 2024
1 parent 1eb1d21 commit f179993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/qute-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ A section helper that defines the logic of a section can "execute" any of the bl
[[loop_section]]
==== Loop Section

The loop section makes it possible to iterate over an instance of `Iterable`, `Iterator`, array, `Map` (element is a `Map.Entry`), `Stream`, `Integer` and `int` (primitive value).
The loop section makes it possible to iterate over an instance of `Iterable`, `Iterator`, array, `Map` (element is a `Map.Entry`), `Stream`, `Integer`, `Long`, `int` and `long` (primitive value).
A `null` parameter value results in a no-op.

This section has two flavors.
Expand Down

0 comments on commit f179993

Please sign in to comment.