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/table.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/help/table.html (limited to 'docs/help/table.html') diff --git a/docs/help/table.html b/docs/help/table.html new file mode 100644 index 00000000..cc52c41a --- /dev/null +++ b/docs/help/table.html @@ -0,0 +1,24 @@ + + + + BQN: Top Left Corner (`⌜`) + + +

Top Left Corner ()

+

𝕨 𝔽 𝕩: Each

+

Apply 𝔽 between every possible pair of the elements of the arguments.

+↗️
       1234 + 4567
+┌─           
+╵ 5 6  7  8  
+  6 7  8  9  
+  7 8  9 10  
+  8 9 10 11  
+            ┘
+
+       "abc"  "xyz"
+┌─                
+╵ "ax" "ay" "az"  
+  "bx" "by" "bz"  
+  "cx" "cy" "cz"  
+                 ┘
+
-- cgit v1.2.3