diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-07-13 14:48:34 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-07-13 14:48:40 -0400 |
| commit | 80cab4ef3a715ae98eefcbea947269d731b04b2e (patch) | |
| tree | 2fc73a0e380f7431d927de4fbfcc72d3f1045fd5 | |
| parent | 133b41b72a59fb2aba0f2ed460ed7eab0092adb9 (diff) | |
A missed [] update in docs
| -rw-r--r-- | doc/arrayrepr.md | 2 | ||||
| -rw-r--r-- | docs/doc/arrayrepr.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/arrayrepr.md b/doc/arrayrepr.md index c7b0acef..cc437ed1 100644 --- a/doc/arrayrepr.md +++ b/doc/arrayrepr.md @@ -131,7 +131,7 @@ This syntax doesn't work for creating rank 0 arrays—use [Enclose](enclose.md) ### Strands -**Strand notation** is another way to write lists of length two or more. The elements are connected with the ligature character `‿`. It has a precedence higher than anything else other than the [namespace](namespace.md) dot `.` and of course paired brackets `()`, `{}`, and `⟨⟩`. This means complicated elements generally need to be placed in parentheses. Expressions joined by ligatures behave exactly the same as those in list notation: they are evaluated in order and placed in a list. +**Strand notation** is another way to write lists of length two or more. The elements are connected with the ligature character `‿`. It has a precedence higher than anything else other than the [namespace](namespace.md) dot `.` and of course paired brackets `()`, `{}`, `⟨⟩`, and `[]`. This means complicated elements generally need to be placed in parentheses. Expressions joined by ligatures behave exactly the same as those in list notation: they are evaluated in order and placed in a list. +‿´‿∘‿× diff --git a/docs/doc/arrayrepr.html b/docs/doc/arrayrepr.html index f181a47f..dc0fd389 100644 --- a/docs/doc/arrayrepr.html +++ b/docs/doc/arrayrepr.html @@ -203,7 +203,7 @@ </pre> <p>This syntax doesn't work for creating rank 0 arrays—use <a href="enclose.html">Enclose</a> <code><span class='Function'><</span></code> for these—or empty arrays. The notation <code><span class='Bracket'>[]</span></code> would be ambiguous, so it's not allowed (although it can be used for destructuring, which works with an existing array). To create an empty array with a specific shape, <a href="reshape.html">Reshape</a> (<code><span class='Function'>⥊</span></code>) is probably the best approach.</p> <h3 id="strands"><a class="header" href="#strands">Strands</a></h3> -<p><strong>Strand notation</strong> is another way to write lists of length two or more. The elements are connected with the ligature character <code><span class='Ligature'>‿</span></code>. It has a precedence higher than anything else other than the <a href="namespace.html">namespace</a> dot <code><span class='Value'>.</span></code> and of course paired brackets <code><span class='Paren'>()</span></code>, <code><span class='Brace'>{}</span></code>, and <code><span class='Bracket'>⟨⟩</span></code>. This means complicated elements generally need to be placed in parentheses. Expressions joined by ligatures behave exactly the same as those in list notation: they are evaluated in order and placed in a list.</p> +<p><strong>Strand notation</strong> is another way to write lists of length two or more. The elements are connected with the ligature character <code><span class='Ligature'>‿</span></code>. It has a precedence higher than anything else other than the <a href="namespace.html">namespace</a> dot <code><span class='Value'>.</span></code> and of course paired brackets <code><span class='Paren'>()</span></code>, <code><span class='Brace'>{}</span></code>, <code><span class='Bracket'>⟨⟩</span></code>, and <code><span class='Bracket'>[]</span></code>. This means complicated elements generally need to be placed in parentheses. Expressions joined by ligatures behave exactly the same as those in list notation: they are evaluated in order and placed in a list.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=K+KAv8K04oC/4oiY4oC/w5cKCivigL/CtOKAv+KImOKAv8OXICDiiaEgIOKfqCsswrQs4oiYLMOX4p+p">↗️</a><pre> <span class='Function'>+</span><span class='Ligature'>‿</span><span class='Modifier'>´</span><span class='Ligature'>‿</span><span class='Modifier2'>∘</span><span class='Ligature'>‿</span><span class='Function'>×</span> ⟨ + ´ ∘ × ⟩ |
