diff options
Diffstat (limited to 'help')
| -rw-r--r-- | help/beginlist.md | 2 | ||||
| -rw-r--r-- | help/endlist.md | 2 | ||||
| -rw-r--r-- | help/strand.md | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/help/beginlist.md b/help/beginlist.md index f0ba9fdd..e94b9103 100644 --- a/help/beginlist.md +++ b/help/beginlist.md @@ -3,7 +3,7 @@ # Mathematical Left Angle Bracket (`⟨`) ## `⟨ ...`: Begin list -[→full documentation](../doc/syntax.md#list-and-array-notation) +[→full documentation](../doc/arrayrepr.md#brackets) Starts a list. Inner elements must be separated by `,` or `⋄`. Lists can be nested in other lists. diff --git a/help/endlist.md b/help/endlist.md index 75404314..c3994627 100644 --- a/help/endlist.md +++ b/help/endlist.md @@ -3,7 +3,7 @@ # Mathematical Right Angle Bracket (`⟩`) ## `... ⟩`: End list -[→full documentation](../doc/syntax.md#list-and-array-notation) +[→full documentation](../doc/arrayrepr.md#brackets) Ends a list started by a `⟨`. See [Begin List](beginlist.md) for more details. diff --git a/help/strand.md b/help/strand.md index 165d796c..2483604e 100644 --- a/help/strand.md +++ b/help/strand.md @@ -3,9 +3,9 @@ # Undertie (`‿`) ## `‿`: Strand -[→full documentation](../doc/syntax.md#list-and-array-notation) +[→full documentation](../doc/arrayrepr.md#strands) -Create a list via [strand notation](../doc/arrayrepr.md#strands). +Create a list via strand notation. Placing `‿` between valid BQN expressions will create a list out of the end results of those expressions. |
