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.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/first_pick.html b/docs/help/first_pick.html
index 043b5733..374bda18 100644
--- a/docs/help/first_pick.html
+++ b/docs/help/first_pick.html
@@ -6,6 +6,7 @@
<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>
+<p><a class="fulldoc" href="../doc/pick.html#first">→full documentation</a></p>
<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=4oqRIOKfqDEsIDIsIDPin6kKCmEg4oaQIDPigL8zIOKliiDihpU5CgriipEgYQ==">↗️</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
@@ -16,6 +17,7 @@
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>
+<p><a class="fulldoc" href="../doc/pick.html">→full documentation</a></p>
<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=MiDiipEg4p+oMSwgMiwgM+KfqQoKYiDihpAgM+KAvzMg4qWKIOKGlTkKCjLigL8wIOKKkSBi">↗️</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