diff options
Diffstat (limited to 'help/¨each.md')
| -rw-r--r-- | help/¨each.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/help/¨each.md b/help/¨each.md deleted file mode 100644 index 1ec3504d..00000000 --- a/help/¨each.md +++ /dev/null @@ -1,17 +0,0 @@ -*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/¨each.html).* - -# Diaresis (`¨`) - -`𝔽¨ 𝕩`, `𝕨 𝔽¨ 𝕩`: Each - -Apply `𝔽` to/between the major elements of the arguments. (`𝔽⚇¯1`) - - <¨ 1‿2‿3 - ┌─ - · ┌· ┌· ┌· - · 1 · 2 · 3 - ┘ ┘ ┘ - ┘ - 4‿5‿6 ∾¨ 1‿2‿3 - ⟨ ⟨ 4 1 ⟩ ⟨ 5 2 ⟩ ⟨ 6 3 ⟩ ⟩ - |
