Skip to content

Commit

Permalink
add note about unselect to ranges tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Sep 13, 2024
1 parent 21cec7e commit 74d2fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/text/ranges.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ The intuitive way to do this is with [`length`]().
```

This is a very common operation. [`un`]() [`select`]() is defined as a shortcut for this.
[`select`]() takes a list of indices, so [`un`]() [`select`]() *returns* a list of indices.

```uiua
°⊏ "Hello!"
Expand Down

0 comments on commit 74d2fa0

Please sign in to comment.