diff options
Diffstat (limited to 'help/each.md')
| -rw-r--r-- | help/each.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/help/each.md b/help/each.md new file mode 100644 index 00000000..a34392c6 --- /dev/null +++ b/help/each.md @@ -0,0 +1,13 @@ +*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 + + 4‿5‿6 ∾¨ 1‿2‿3 + + |
