aboutsummaryrefslogtreecommitdiff
path: root/docs/help/firstcell_select.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/firstcell_select.html')
-rw-r--r--docs/help/firstcell_select.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/help/firstcell_select.html b/docs/help/firstcell_select.html
new file mode 100644
index 00000000..63369774
--- /dev/null
+++ b/docs/help/firstcell_select.html
@@ -0,0 +1,33 @@
+<head>
+ <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
+ <link href="../style.css" rel="stylesheet"/>
+ <title>BQN: Square Image Of (`โŠ`)</title>
+</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="square-image-of-"><a class="header" href="#square-image-of-">Square Image Of (<code><span class='Function'>โŠ</span></code>)</a></h1>
+<h2 id="--first-cell"><a class="header" href="#--first-cell"><code><span class='Function'>โŠ</span> <span class='Value'>๐•ฉ</span></code>: First Cell</a></h2>
+<p>First major cell of <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=ICAg4oqPIOKfqDEsIDIsIDPin6kKCiAgIGEg4oaQIDPigL8zIOKliiDihpU5CgogICDiio8gYQ==">โ†—๏ธ</a><pre> <span class='Function'>โŠ</span> <span class='Bracket'>โŸจ</span><span class='Number'>1</span><span class='Separator'>,</span> <span class='Number'>2</span><span class='Separator'>,</span> <span class='Number'>3</span><span class='Bracket'>โŸฉ</span>
+โ”Œยท
+ยท 1
+ โ”˜
+
+ <span class='Value'>a</span> <span class='Gets'>โ†</span> <span class='Number'>3</span><span class='Ligature'>โ€ฟ</span><span class='Number'>3</span> <span class='Function'>โฅŠ</span> <span class='Function'>โ†•</span><span class='Number'>9</span>
+
+ <span class='Function'>โŠ</span> <span class='Value'>a</span>
+โŸจ 0 1 2 โŸฉ
+</pre>
+<h2 id="---select"><a class="header" href="#---select"><code><span class='Value'>๐•จ</span> <span class='Function'>โŠ</span> <span class='Value'>๐•ฉ</span></code>: Select</a></h2>
+<p>Select the major cells of <code><span class='Value'>๐•จ</span></code> at the indices in <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=ICAgMuKAvzAg4oqPIOKfqDEsIDIsIDPin6kKCiAgIGEg4oaQIDPigL8zIOKliiDihpU5CgogICAy4oC/MCDiio8gYQ==">โ†—๏ธ</a><pre> <span class='Number'>2</span><span class='Ligature'>โ€ฟ</span><span class='Number'>0</span> <span class='Function'>โŠ</span> <span class='Bracket'>โŸจ</span><span class='Number'>1</span><span class='Separator'>,</span> <span class='Number'>2</span><span class='Separator'>,</span> <span class='Number'>3</span><span class='Bracket'>โŸฉ</span>
+โŸจ 3 1 โŸฉ
+
+ <span class='Value'>a</span> <span class='Gets'>โ†</span> <span class='Number'>3</span><span class='Ligature'>โ€ฟ</span><span class='Number'>3</span> <span class='Function'>โฅŠ</span> <span class='Function'>โ†•</span><span class='Number'>9</span>
+<span class='Error'>Error: Redefinition</span>
+
+ <span class='Number'>2</span><span class='Ligature'>โ€ฟ</span><span class='Number'>0</span> <span class='Function'>โŠ</span> <span class='Value'>a</span>
+โ”Œโ”€
+โ•ต 6 7 8
+ 0 1 2
+ โ”˜
+</pre>