From 2c50d91ec7eb8bc7890befe874a0b93729c2437e Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 22:48:16 +0530 Subject: add h2s remove copied output, ascii filenames --- docs/help/each.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/help/each.html (limited to 'docs/help/each.html') diff --git a/docs/help/each.html b/docs/help/each.html new file mode 100644 index 00000000..0b4b2e53 --- /dev/null +++ b/docs/help/each.html @@ -0,0 +1,19 @@ + + + + BQN: Diaresis (`¨`) + + +

Diaresis (¨)

+

𝔽¨ 𝕩, 𝕨 𝔽¨ 𝕩: Each

+

Apply 𝔽 to/between the major elements of the arguments. (𝔽¯1)

+↗️
       <¨ 123
+┌─                   
+· ┌·    ┌·    ┌·     
+  · 1   · 2   · 3    
+      ┘     ┘     ┘  
+                    ┘
+
+       456 ¨ 123
+⟨ ⟨ 4 1 ⟩ ⟨ 5 2 ⟩ ⟨ 6 3 ⟩ ⟩
+
-- cgit v1.2.3