Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion essentials/loops/postfix-for/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: 'Postfix form of "for"'

{% include menu.html %}

We have already seen other statement modifiers: [`if` and `else`](/essentials/conditional-checks/modifiers) and [`while` and `until`](/essentials/loops/modifiers). And that’s the reason for a small celebration as the design of Raku is very consistent.
We have already seen other statement modifiers: [`if` and `unless`](/essentials/conditional-checks/modifiers) and [`while` and `until`](/essentials/loops/modifiers). And that’s the reason for a small celebration as the design of Raku is very consistent.

With a short loop body, the `for` loop can be written in a postfix form:

Expand Down