aboutsummaryrefslogtreecommitdiff
path: root/help/¨each.md
diff options
context:
space:
mode:
authorrazetime <raghuallthetime@hotmail.com>2022-01-19 22:48:16 +0530
committerrazetime <raghuallthetime@hotmail.com>2022-01-19 22:48:16 +0530
commit2c50d91ec7eb8bc7890befe874a0b93729c2437e (patch)
treeeb621b86b3c8269ab2dd63bd3c628acdf3521059 /help/¨each.md
parent6c111f1e71e945f66977aecc3322318aa21beacc (diff)
add h2s remove copied output, ascii filenames
Diffstat (limited to 'help/¨each.md')
-rw-r--r--help/¨each.md17
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 ⟩ ⟩
-