aboutsummaryrefslogtreecommitdiff
path: root/docs/help/solo_couple.html
diff options
context:
space:
mode:
authorrazetime <raghuallthetime@hotmail.com>2022-01-20 08:48:23 +0530
committerrazetime <raghuallthetime@hotmail.com>2022-01-20 08:48:23 +0530
commita5838f0e455ddb150d9c7b98d5e060dcf70fdefc (patch)
tree65891497b170890526ce9b8a292cb98ddfd554f5 /docs/help/solo_couple.html
parentc6cab48977311e88bf26c0d5b25ee09b95817ab4 (diff)
parentf74ae588caad19f498440bd8e848d8df5724174e (diff)
Merge branch 'master' of https://github.com/mlochbaum/BQN
Diffstat (limited to 'docs/help/solo_couple.html')
-rw-r--r--docs/help/solo_couple.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/docs/help/solo_couple.html b/docs/help/solo_couple.html
index 7c663d1a..5af4506b 100644
--- a/docs/help/solo_couple.html
+++ b/docs/help/solo_couple.html
@@ -5,34 +5,30 @@
</head>
<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div>
<h1 id="tape-"><a class="header" href="#tape-">Tape (<code><span class='Function'>≍</span></code>)</a></h1>
-<h2 id="--solo-"><a class="header" href="#--solo-"><code><span class='Function'>≍</span> <span class='Value'>𝕩</span></code>: Solo</a></h2>
+<h2 id="--solo"><a class="header" href="#--solo"><code><span class='Function'>≍</span> <span class='Value'>𝕩</span></code>: Solo</a></h2>
<p>Add a dimension to <code><span class='Value'>𝕩</span></code>.</p>
-<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDiiY0gMQoKICAKICDiiY3iiY0gMQoKICAKIOKJjeKJjeKJjSAxCgogIAog4omN4omNIDHigL8y4oC/M+KAvzQKCiAgCiDiiY3iiY3iiY0gMeKAvzLigL8z4oC/NA==">↗️</a><pre> <span class='Function'>≍</span> <span class='Number'>1</span>
+<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDiiY0gMQoKCiAg4omN4omNIDEKCgog4omN4omN4omNIDEKCgog4omN4omNIDHigL8y4oC/M+KAvzQKCgog4omN4omN4omNIDHigL8y4oC/M+KAvzQ=">↗️</a><pre> <span class='Function'>≍</span> <span class='Number'>1</span>
⟨ 1 ⟩
-
-<span class='Error'>Error: Empty program</span>
+
<span class='Function'>≍≍</span> <span class='Number'>1</span>
┌─
╵ 1
-
-<span class='Error'>Error: Empty program</span>
+
<span class='Function'>≍≍≍</span> <span class='Number'>1</span>
┌─
╎ 1
-
-<span class='Error'>Error: Empty program</span>
+
<span class='Function'>≍≍</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>4</span>
┌─
╎ 1 2 3 4
-
-<span class='Error'>Error: Empty program</span>
+
<span class='Function'>≍≍≍</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>4</span>
┌─
┆ 1 2 3 4