diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-06 22:18:20 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-06 22:18:20 -0400 |
| commit | 4d602ea36183e62e463cea08900a16ea6240a03f (patch) | |
| tree | f21aef763d907d7e1b093cf633c544cfcdd0a085 /doc/identity.md | |
| parent | 97e31a20cefe21c1627f33057d20d7970511754f (diff) | |
Editing and links
Diffstat (limited to 'doc/identity.md')
| -rw-r--r-- | doc/identity.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/identity.md b/doc/identity.md index b9cfd395..a9916bcb 100644 --- a/doc/identity.md +++ b/doc/identity.md @@ -18,11 +18,11 @@ Of course, it's easy to write block functions `{๐ฉ}` and `{๐จ}` that return ## Filling arrays -What's the easiest way to create a matrix with 0 on the first row, 1 on the second, and so on? Probably this one, with [table](map.md): +What's the easiest way to create a matrix with 0 on the first row, 1 on the second, and so on? Probably this one, with [table](map.md#table): (โ4) โฃโ โ5 -The right argument `โ5` could be any length-5 list, as its values aren't used. With `5โฅ0`, we could use `+โ` instead, but requiring a specific argument seems artificial. A similar pattern applies with Each: +The right argument `โ5` could be any length-5 list, as its values aren't used. With `5โฅ0`, we could use `+โ` instead, but requiring a specific argument seems artificial. A similar pattern applies with [Each](map.md#each): (โฝโ4) โฃยจ โ4โฟ5 |
