aboutsummaryrefslogtreecommitdiff
path: root/docs/help/first_pick.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/first_pick.html')
-rw-r--r--docs/help/first_pick.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/first_pick.html b/docs/help/first_pick.html
index e2d98d30..1e70daf4 100644
--- a/docs/help/first_pick.html
+++ b/docs/help/first_pick.html
@@ -5,7 +5,7 @@
</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-or-equal-to-"><a class="header" href="#square-image-of-or-equal-to-">Square Image Of Or Equal To (<code><span class='Function'>⊑</span></code>)</a></h1>
-<h2 id="--first"><a class="header" href="#--first"><code><span class='Function'>⊑</span> <span class='Value'>𝕩</span></code>: First</a></h2>
+<h2 id="-𝕩-first"><a class="header" href="#-𝕩-first"><code><span class='Function'>⊑</span> <span class='Value'>𝕩</span></code>: First</a></h2>
<p>First element 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=ICAg4oqRIOKfqDEsIDIsIDPin6kKCiAgIGEg4oaQIDPigL8zIOKliiDihpU5CgogICDiipEgYQ==">↗️</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
@@ -15,7 +15,7 @@
<span class='Function'>⊑</span> <span class='Value'>a</span>
0
</pre>
-<h2 id="---pick"><a class="header" href="#---pick"><code><span class='Value'>𝕨</span> <span class='Function'>⊑</span> <span class='Value'>𝕩</span></code>: Pick</a></h2>
+<h2 id="𝕨--𝕩-pick"><a class="header" href="#𝕨--𝕩-pick"><code><span class='Value'>𝕨</span> <span class='Function'>⊑</span> <span class='Value'>𝕩</span></code>: Pick</a></h2>
<p>Pick the element of <code><span class='Value'>𝕨</span></code> at index <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=ICAgMiDiipEg4p+oMSwgMiwgM+KfqQoKICAgYiDihpAgM+KAvzMg4qWKIOKGlTkKCiAgIDLigL8wIOKKkSBi">↗️</a><pre> <span class='Number'>2</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