From 6c111f1e71e945f66977aecc3322318aa21beacc Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 21:21:13 +0530 Subject: Primitive Symbol help pages generated --- "docs/help/\302\250each.html" | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 "docs/help/\302\250each.html" (limited to 'docs/help/¨each.html') diff --git "a/docs/help/\302\250each.html" "b/docs/help/\302\250each.html" new file mode 100644 index 00000000..77befda5 --- /dev/null +++ "b/docs/help/\302\250each.html" @@ -0,0 +1,18 @@ + + + + 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