diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-24 22:47:46 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-24 22:47:46 -0400 |
| commit | a17782ce2ec31709ce30edb3d96fe2f3a9a6ed1f (patch) | |
| tree | b601681b2282f1a51042f8faf5bfe0e0242c0c31 /doc/arrayrepr.md | |
| parent | 436bf368830c828f8008bf55632e2bb4c2a2578f (diff) | |
Documentation on fill elements
Diffstat (limited to 'doc/arrayrepr.md')
| -rw-r--r-- | doc/arrayrepr.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/arrayrepr.md b/doc/arrayrepr.md index 74e8426e..5f33bcd6 100644 --- a/doc/arrayrepr.md +++ b/doc/arrayrepr.md @@ -18,7 +18,7 @@ Although it's really part of the language environment and not BQN itself, let's There are several different ways to show arrays: as a string `""`, with brackets `⟨⟩`, or with corners `┌` and `┘`. We'll start with the most general, the corners. These show arrays of any rank while the other two ways are special cases for lists. -Array displays show only the array shape and elements. The fill is an inferred property and the display never indicates or depends on it. +Array displays show only the array shape and elements. The [fill](fill.md) is an inferred property and the display never indicates or depends on it. ### Corners @@ -88,7 +88,7 @@ This case also covers empty lists, which are shown as `⟨⟩`. This includes an *The tutorial section [here](../tutorial/list.md#list-notation) also covers this topic.* -There are three kinds literal notation for lists: strings, list notation, and stranding. Strings indicate character lists (with space for the fill) and the other two can combine any sequence of elements. +There are three kinds literal notation for lists: strings, list notation, and stranding. Strings indicate character lists (with space for the [fill](fill.md)) and the other two can combine any sequence of elements. ### Strings |
