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/solo_couple.html | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 docs/help/solo_couple.html (limited to 'docs/help/solo_couple.html') diff --git a/docs/help/solo_couple.html b/docs/help/solo_couple.html new file mode 100644 index 00000000..7c663d1a --- /dev/null +++ b/docs/help/solo_couple.html @@ -0,0 +1,51 @@ + + + + BQN: Tape (`≍`) + + +

Tape ()

+

𝕩: Solo

+

Add a dimension to 𝕩.

+↗️
       1
+⟨ 1 ⟩
+
+      
+Error: Empty program
+      ≍≍ 1
+┌─   
+╵ 1  
+    ┘
+
+      
+Error: Empty program
+     ≍≍≍ 1
+┌─   
+╎ 1  
+    ┘
+
+      
+Error: Empty program
+     ≍≍ 1234
+┌─         
+╎ 1 2 3 4  
+          ┘
+
+      
+Error: Empty program
+     ≍≍≍ 1234
+┌─         
+┆ 1 2 3 4  
+          ┘
+
+

𝕨 𝕩: Couple

+

Join 𝕨 and 𝕩 along a newly created axis.

+↗️
       1  3
+⟨ 1 3 ⟩
+
+       12  23
+┌─     
+╵ 1 2  
+  2 3  
+      ┘
+
-- cgit v1.2.3