Skip to content

Commit

Permalink
Update control flow docs to mention ..=
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Oct 2, 2024
1 parent b871830 commit 3fa9904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/noir/concepts/control_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ for i in 0..10 {
}
```

Alternatively, `start..=end` can be used for a range that is inclusive on both ends.

The index for loops is of type `u64`.

### Break and Continue
Expand Down

0 comments on commit 3fa9904

Please sign in to comment.