diff options
Diffstat (limited to 'docs/help')
73 files changed, 118 insertions, 0 deletions
diff --git a/docs/help/2-modifierrightoperand.html b/docs/help/2-modifierrightoperand.html index dbe09db1..e0fc5f67 100644 --- a/docs/help/2-modifierrightoperand.html +++ b/docs/help/2-modifierrightoperand.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="mathematical-double-struck-g-๐พ"><a class="header" href="#mathematical-double-struck-g-๐พ">Mathematical Double-struck G (<code><span class='Function'>๐พ</span></code>)</a></h1> <h2 id="๐พ-2-modifier-right-operand"><a class="header" href="#๐พ-2-modifier-right-operand"><code><span class='Function'>๐พ</span></code>: 2-Modifier Right operand</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#blocks">โfull documentation</a></p> <p>A variable assigned to the right operand of a 2-modifier block. <code><span class='Value'>๐</span></code> can be used to access the right operand as a subject.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSAre/CdlZh9MyAx">โ๏ธ</a><pre> <span class='Number'>5</span> <span class='Function'>+</span><span class='Brace'>{</span><span class='Value'>๐</span><span class='Brace'>}</span><span class='Number'>3</span> <span class='Number'>1</span> 3 diff --git a/docs/help/absolutevalue_modulus.html b/docs/help/absolutevalue_modulus.html index 0f907bf0..2935b2c4 100644 --- a/docs/help/absolutevalue_modulus.html +++ b/docs/help/absolutevalue_modulus.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="pipe-"><a class="header" href="#pipe-">Pipe (<code><span class='Function'>|</span></code>)</a></h1> <h2 id="-๐ฉ-absolute-value"><a class="header" href="#-๐ฉ-absolute-value"><code><span class='Function'>|</span> <span class='Value'>๐ฉ</span></code>: Absolute Value</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#additional-arithmetic">โfull documentation</a></p> <p>Absolute Value of <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=fCDCrzIKCnwgMeKAvzPigL/CrzTigL8z">โ๏ธ</a><pre> <span class='Function'>|</span> <span class='Number'>ยฏ2</span> @@ -15,6 +16,7 @@ โจ 1 3 4 3 โฉ </pre> <h2 id="๐จ--๐ฉ-modulus"><a class="header" href="#๐จ--๐ฉ-modulus"><code><span class='Value'>๐จ</span> <span class='Function'>|</span> <span class='Value'>๐ฉ</span></code>: Modulus</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#additional-arithmetic">โfull documentation</a></p> <p>Remainder of <code><span class='Value'>๐ฉ</span></code> divided by <code><span class='Value'>๐จ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSB8IDMKCjIgfCAz4oC/NOKAv8KvNQ==">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>|</span> <span class='Number'>3</span> diff --git a/docs/help/assert_assertwithmessage.html b/docs/help/assert_assertwithmessage.html index 4ea46b7b..36c638a2 100644 --- a/docs/help/assert_assertwithmessage.html +++ b/docs/help/assert_assertwithmessage.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="exclamation-mark-"><a class="header" href="#exclamation-mark-">Exclamation Mark (<code><span class='Function'>!</span></code>)</a></h1> <h2 id="-๐ฉ-assert"><a class="header" href="#-๐ฉ-assert"><code><span class='Function'>!</span> <span class='Value'>๐ฉ</span></code>: Assert</a></h2> +<p><a class="fulldoc" href="../doc/assert.html">โfull documentation</a></p> <p>Throw an error if <code><span class='Value'>๐ฉ</span></code> is not 1.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ISAxCgohIDIKCiEgImhlbGxvIg==">โ๏ธ</a><pre> <span class='Function'>!</span> <span class='Number'>1</span> 1 @@ -17,6 +18,7 @@ <span class='Error'>Error: hello</span> </pre> <h2 id="๐จ--๐ฉ-assert-with-message"><a class="header" href="#๐จ--๐ฉ-assert-with-message"><code><span class='Value'>๐จ</span> <span class='Function'>!</span> <span class='Value'>๐ฉ</span></code>: Assert With Message</a></h2> +<p><a class="fulldoc" href="../doc/assert.html">โfull documentation</a></p> <p>Throw an error with message <code><span class='Value'>๐จ</span></code> if <code><span class='Value'>๐ฉ</span></code> is not 1.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ImhpIiAhIDEKCiJ0d28iICEgMgoKImhlbGxvIGVycm9yIiAhICJoZWxsbyI=">โ๏ธ</a><pre> <span class='String'>"hi"</span> <span class='Function'>!</span> <span class='Number'>1</span> 1 diff --git a/docs/help/beginblock.html b/docs/help/beginblock.html index 283ae2ce..28dd2474 100644 --- a/docs/help/beginblock.html +++ b/docs/help/beginblock.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="left-curly-bracket-"><a class="header" href="#left-curly-bracket-">Left Curly Bracket (<code><span class='Brace'>{</span></code>)</a></h1> <h2 id="--begin-block"><a class="header" href="#--begin-block"><code><span class='Brace'>{</span> <span class='Value'>...</span></code>: Begin Block</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#blocks">โfull documentation</a></p> <p>Starts a block, which can be one of:</p> <ul> <li>Function</li> diff --git a/docs/help/beginlist.html b/docs/help/beginlist.html index 133f2c71..478c61d8 100644 --- a/docs/help/beginlist.html +++ b/docs/help/beginlist.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="mathematical-left-angle-bracket-"><a class="header" href="#mathematical-left-angle-bracket-">Mathematical Left Angle Bracket (<code><span class='Bracket'>โจ</span></code>)</a></h1> <h2 id="--begin-list"><a class="header" href="#--begin-list"><code><span class='Bracket'>โจ</span> <span class='Value'>...</span></code>: Begin list</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#list-notation">โfull documentation</a></p> <p>Starts a list. Inner elements must be separated by <code><span class='Separator'>,</span></code> or <code><span class='Separator'>โ</span></code>. Lists can be nested in other lists.</p> <p>Must end with a corresponding <code><span class='Bracket'>โฉ</span></code>.</p> diff --git a/docs/help/ceiling_maximum.html b/docs/help/ceiling_maximum.html index cfa73dbd..410ff282 100644 --- a/docs/help/ceiling_maximum.html +++ b/docs/help/ceiling_maximum.html @@ -6,12 +6,14 @@ <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="left-ceiling-"><a class="header" href="#left-ceiling-">Left Ceiling (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-ceiling"><a class="header" href="#-๐ฉ-ceiling"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Ceiling</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#additional-arithmetic">โfull documentation</a></p> <p>Round <code><span class='Value'>๐ฉ</span></code> up to the nearest integer.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oyIIDEuMuKAv8+A4oC/M+KAvzcuODk=">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>1.2</span><span class='Ligature'>โฟ</span><span class='Number'>ฯ</span><span class='Ligature'>โฟ</span><span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>7.89</span> โจ 2 4 3 8 โฉ </pre> <h2 id="๐จ--๐ฉ-maximum"><a class="header" href="#๐จ--๐ฉ-maximum"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Maximum</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#additional-arithmetic">โfull documentation</a></p> <p>Maximum of <code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDijIggMgoKMuKAvzMg4oyIIDTigL8y">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โ</span> <span class='Number'>2</span> diff --git a/docs/help/change.html b/docs/help/change.html index 9c696aaf..a4331332 100644 --- a/docs/help/change.html +++ b/docs/help/change.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="leftwards-arrow-with-hook-"><a class="header" href="#leftwards-arrow-with-hook-">Leftwards Arrow With Hook (<code><span class='Gets'>โฉ</span></code>)</a></h1> <h2 id="n--v-change"><a class="header" href="#n--v-change"><code><span class='Value'>n</span> <span class='Gets'>โฉ</span> <span class='Value'>v</span></code>: Change</a></h2> +<p><a class="fulldoc" href="../doc/expression.html#assignment">โfull documentation</a></p> <p>Changes the value of variable with name <code><span class='Value'>n</span></code> to value <code><span class='Value'>v</span></code>.</p> <p>Variable <code><span class='Value'>n</span></code> must already exist.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=YSDihqkgMQoK4oqiIGIg4oaQIDMKCuKKoiBiIOKGqSAiQmUgdGhlIGNoYW5nZSB5b3Ugd2lzaCB0byBzZWUgaW4gdGhlIHdvcmxkLiI=">โ๏ธ</a><pre> <span class='Value'>a</span> <span class='Gets'>โฉ</span> <span class='Number'>1</span> diff --git a/docs/help/classify_indexof.html b/docs/help/classify_indexof.html index 20149d89..e1b32323 100644 --- a/docs/help/classify_indexof.html +++ b/docs/help/classify_indexof.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-original-of-"><a class="header" href="#square-original-of-">Square Original Of (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-classify"><a class="header" href="#-๐ฉ-classify"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Classify</a></h2> +<p><a class="fulldoc" href="../doc/selfcmp.html#classify">โfull documentation</a></p> <p>Translate major cells of <code><span class='Value'>๐ฉ</span></code> to unique ID numbers based on first occurrence.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqQIDXigL824oC/MuKAvzLigL814oC/MQoKYSDihpAgM+KAvzMg4qWKIDDigL8x4oC/MuKAvznigL8w4oC/OeKAvzDigL8x4oC/MgoK4oqQIGE=">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>6</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>1</span> โจ 0 1 2 2 0 3 โฉ @@ -16,6 +17,7 @@ โจ 0 1 0 โฉ </pre> <h2 id="๐จ--๐ฉ-index-of"><a class="header" href="#๐จ--๐ฉ-index-of"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Index Of</a></h2> +<p><a class="fulldoc" href="../doc/search.html#index-of">โfull documentation</a></p> <p>First index of each major cell of <code><span class='Value'>๐ฉ</span></code> in <code><span class='Value'>๐จ</span></code>. Rank of <code><span class='Value'>๐ฉ</span></code> must be at least cell rank of <code><span class='Value'>๐จ</span></code>.</p> <p>If a cell is not found in <code><span class='Value'>๐จ</span></code>, the length of <code><span class='Value'>๐จ</span></code> (<code><span class='Function'>โ </span><span class='Value'>๐จ</span></code>) is used for that position.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NeKAvzbigL8y4oC/MuKAvzXigL8xIOKKkCA14oC/N+KAvzHigL82CgpiIOKGkCAz4oC/MyDipYogMOKAvzHigL8y4oC/OeKAvzDigL854oC/MOKAvzHigL8yCgpiIOKKkCDiiY054oC/MOKAvzk=">โ๏ธ</a><pre> <span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>6</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>1</span> <span class='Function'>โ</span> <span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>7</span><span class='Ligature'>โฟ</span><span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>6</span> diff --git a/docs/help/comment.html b/docs/help/comment.html index 5f233682..70671d81 100644 --- a/docs/help/comment.html +++ b/docs/help/comment.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="number-sign-"><a class="header" href="#number-sign-">Number Sign (<code><span class='Comment'>#</span></code>)</a></h1> <h2 id="-comment"><a class="header" href="#-comment"><code><span class='Comment'>#</span></code>: Comment</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#comments">โfull documentation</a></p> <p>Create a comment that extends to the end of the line.</p> <p>Anything written in comments is ignored.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSArIDIgIyArIDMgKyA0CgoiSGVsbG8gd29ybGQhIiAjIHRoaXMgaXMgaWdub3JlZCE=">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>+</span> <span class='Number'>2</span> <span class='Comment'># + 3 + 4 diff --git a/docs/help/conjugate_add.html b/docs/help/conjugate_add.html index d7a40f8a..a1ba993b 100644 --- a/docs/help/conjugate_add.html +++ b/docs/help/conjugate_add.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="plus-"><a class="header" href="#plus-">Plus (<code><span class='Function'>+</span></code>)</a></h1> <h2 id="-๐ฉ-conjugate"><a class="header" href="#-๐ฉ-conjugate"><code><span class='Function'>+</span> <span class='Value'>๐ฉ</span></code>: Conjugate</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p>Complex conjugate of <code><span class='Value'>๐ฉ</span></code>. BQN doesn't support complex numbers yet, so it has no effect.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=KyAxCgorIMKvMQ==">โ๏ธ</a><pre> <span class='Function'>+</span> <span class='Number'>1</span> 1 @@ -14,6 +15,7 @@ ยฏ1 </pre> <h2 id="๐จ--๐ฉ-add"><a class="header" href="#๐จ--๐ฉ-add"><code><span class='Value'>๐จ</span> <span class='Function'>+</span> <span class='Value'>๐ฉ</span></code>: Add</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p><code><span class='Value'>๐จ</span></code> added to <code><span class='Value'>๐ฉ</span></code>. Either <code><span class='Value'>๐จ</span></code> or <code><span class='Value'>๐ฉ</span></code> can be a character, and if so, the other has to be an integer.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSArIDIKCjEgKyAy4oC/M+KAvzQKCidhJyArIDQ=">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>+</span> <span class='Number'>2</span> diff --git a/docs/help/currentfunction.html b/docs/help/currentfunction.html index 6da30ed7..cb3c3d60 100644 --- a/docs/help/currentfunction.html +++ b/docs/help/currentfunction.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="mathematical-double-struck-s-๐"><a class="header" href="#mathematical-double-struck-s-๐">Mathematical Double-struck S (<code><span class='Function'>๐</span></code>)</a></h1> <h2 id="๐-current-function"><a class="header" href="#๐-current-function"><code><span class='Function'>๐</span></code>: Current Function</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#blocks">โfull documentation</a></p> <p>A variable assigned to the current function block. <code><span class='Value'>๐ค</span></code> accesses the same value but has a subject role.</p> <p><code><span class='Function'>๐</span></code> can be used for recursion.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=RiDihpAge/CdlYogMDogMTsg8J2VqSDDlyDwnZWKIPCdlaktMX0gIyBGYWN0b3JpYWwKRiA1Cgp78J2VpOKAv/CdlaR9NA==">โ๏ธ</a><pre> <span class='Function'>F</span> <span class='Gets'>โ</span> <span class='Brace'>{</span><span class='Function'>๐</span> <span class='Number'>0</span><span class='Value'>:</span> <span class='Number'>1</span><span class='Value'>;</span> <span class='Value'>๐ฉ</span> <span class='Function'>ร</span> <span class='Function'>๐</span> <span class='Value'>๐ฉ</span><span class='Function'>-</span><span class='Number'>1</span><span class='Brace'>}</span> <span class='Comment'># Factorial diff --git a/docs/help/currentmodifier.html b/docs/help/currentmodifier.html index e0eaf69b..24eb20a0 100644 --- a/docs/help/currentmodifier.html +++ b/docs/help/currentmodifier.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="mathematical-double-struck-r-๐ฃ"><a class="header" href="#mathematical-double-struck-r-๐ฃ">Mathematical Double-struck R (<code><span class='Value'>๐ฃ</span></code>)</a></h1> <h2 id="๐ฃ-current-modifier"><a class="header" href="#๐ฃ-current-modifier"><code><span class='Value'>๐ฃ</span></code>: Current Modifier</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#blocks">โfull documentation</a></p> <p>A variable assigned to the current modifier block. Add underscores to the beginning and/or end (<code><span class='Modifier'>_๐ฃ</span></code>, <code><span class='Modifier2'>_๐ฃ_</span></code>) to use it in a modifier role.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=K3vwnZWj4oqj8J2VqX0gNA==">โ๏ธ</a><pre> <span class='Function'>+</span><span class='Brace'>{</span><span class='Value'>๐ฃ</span><span class='Function'>โฃ</span><span class='Value'>๐ฉ</span><span class='Brace'>}</span> <span class='Number'>4</span> (1-modifier block) diff --git a/docs/help/deduplicate_find.html b/docs/help/deduplicate_find.html index 917a2cff..1ca066dd 100644 --- a/docs/help/deduplicate_find.html +++ b/docs/help/deduplicate_find.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="epsilon-underbar-"><a class="header" href="#epsilon-underbar-">Epsilon Underbar (<code><span class='Function'>โท</span></code>)</a></h1> <h2 id="-๐ฉ-deduplicate"><a class="header" href="#-๐ฉ-deduplicate"><code><span class='Function'>โท</span> <span class='Value'>๐ฉ</span></code>: Deduplicate</a></h2> +<p><a class="fulldoc" href="../doc/selfcmp.html#deduplicate">โfull documentation</a></p> <p>Unique major cells 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=4o23IDTigL814oC/NuKAvzbigL804oC/N+KAvzUKCmEg4oaQIDPigL8zIOKliiDihpU2CgrijbcgYQ==">โ๏ธ</a><pre> <span class='Function'>โท</span> <span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>6</span><span class='Ligature'>โฟ</span><span class='Number'>6</span><span class='Ligature'>โฟ</span><span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>7</span><span class='Ligature'>โฟ</span><span class='Number'>5</span> โจ 4 5 6 7 โฉ @@ -19,6 +20,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-find"><a class="header" href="#๐จ--๐ฉ-find"><code><span class='Value'>๐จ</span> <span class='Function'>โท</span> <span class='Value'>๐ฉ</span></code>: Find</a></h2> +<p><a class="fulldoc" href="../doc/find.html">โfull documentation</a></p> <p>Mark the top left location of the occurrences of <code><span class='Value'>๐จ</span></code> in <code><span class='Value'>๐ฉ</span></code> with a 1, and other locations with 0.</p> <p>Result is the same shape as <code><span class='Paren'>(</span><span class='Function'>โข</span><span class='Value'>๐จ</span><span class='Paren'>)</span><span class='Function'>โ</span><span class='Value'>x</span></code>.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=InN0cmluZyIg4o23ICJzdWJzdHJpbmciCgoibG9vb29vb25nIiDijbcgInNob3J0IgoKYiDihpAgNyAoNHzii4bLnCnijJzil4vihpUgOQoKYyDihpAgKDDigL8z4oC/MOKJjTDigL8x4oC/MCkKCmMg4o23IGI=">โ๏ธ</a><pre> <span class='String'>"string"</span> <span class='Function'>โท</span> <span class='String'>"substring"</span> diff --git a/docs/help/define.html b/docs/help/define.html index 48b455e6..e905de35 100644 --- a/docs/help/define.html +++ b/docs/help/define.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="leftwards-arrow-"><a class="header" href="#leftwards-arrow-">Leftwards Arrow (<code><span class='Gets'>โ</span></code>)</a></h1> <h2 id="n--v-define"><a class="header" href="#n--v-define"><code><span class='Value'>n</span> <span class='Gets'>โ</span> <span class='Value'>v</span></code>: Define</a></h2> +<p><a class="fulldoc" href="../doc/expression.html#assignment">โfull documentation</a></p> <p>Defines a new variable with name <code><span class='Value'>n</span></code> and value <code><span class='Value'>v</span></code>.</p> <p>Variable <code><span class='Value'>n</span></code> must not already exist in the scope.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqiIGEg4oaQIDEKCuKKoiBiIOKGkCAz4oC/MyDipYogNQoKQyDihpAg4oaR">โ๏ธ</a><pre> <span class='Function'>โข</span> <span class='Value'>a</span> <span class='Gets'>โ</span> <span class='Number'>1</span> diff --git a/docs/help/depth.html b/docs/help/depth.html index 60a8f01a..03fcaea6 100644 --- a/docs/help/depth.html +++ b/docs/help/depth.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="circle-with-two-dots-"><a class="header" href="#circle-with-two-dots-">Circle With Two Dots (<code><span class='Modifier2'>โ</span></code>)</a></h1> <h2 id="๐ฝ๐-๐ฉ-๐จ-๐ฝ๐-๐ฉ-depth"><a class="header" href="#๐ฝ๐-๐ฉ-๐จ-๐ฝ๐-๐ฉ-depth"><code><span class='Function'>๐ฝ</span><span class='Modifier2'>โ</span><span class='Value'>๐</span> <span class='Value'>๐ฉ</span></code>, <code><span class='Value'>๐จ</span> <span class='Function'>๐ฝ</span><span class='Modifier2'>โ</span><span class='Value'>๐</span> <span class='Value'>๐ฉ</span></code>: Depth</a></h2> +<p><a class="fulldoc" href="../doc/depth.html#the-depth-modifier">โfull documentation</a></p> <p>Apply <code><span class='Function'>๐ฝ</span></code> to the cells of the arguments at depth given 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=MeKKuOKGk+KahzEg4p+o4p+oMSwyLDPin6ksIOKfqDQsNSw24p+p4p+pCgoxIOKGk+KahzEg4p+o4p+oMSwyLDPin6ksIOKfqDQsNSw24p+p4p+p">โ๏ธ</a><pre> <span class='Number'>1</span><span class='Modifier2'>โธ</span><span class='Function'>โ</span><span class='Modifier2'>โ</span><span class='Number'>1</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><span class='Separator'>,</span> <span class='Bracket'>โจ</span><span class='Number'>4</span><span class='Separator'>,</span><span class='Number'>5</span><span class='Separator'>,</span><span class='Number'>6</span><span class='Bracket'>โฉโฉ</span> โจ โจ 2 3 โฉ โจ 5 6 โฉ โฉ diff --git a/docs/help/depth_match.html b/docs/help/depth_match.html index 90bf93bc..0b6fc096 100644 --- a/docs/help/depth_match.html +++ b/docs/help/depth_match.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="identical-to-"><a class="header" href="#identical-to-">Identical To (<code><span class='Function'>โก</span></code>)</a></h1> <h2 id="-๐ฉ-depth"><a class="header" href="#-๐ฉ-depth"><code><span class='Function'>โก</span> <span class='Value'>๐ฉ</span></code>: Depth</a></h2> +<p><a class="fulldoc" href="../doc/depth.html">โfull documentation</a></p> <p>Highest level of nesting 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=4omhIDLigL8z4oC/NAoK4omhIOKfqDIsPDMsNCw8PDw14p+pCgriiaEgOQ==">โ๏ธ</a><pre> <span class='Function'>โก</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 @@ -17,6 +18,7 @@ 0 </pre> <h2 id="๐จ--๐ฉ-match"><a class="header" href="#๐จ--๐ฉ-match"><code><span class='Value'>๐จ</span> <span class='Function'>โก</span> <span class='Value'>๐ฉ</span></code>: Match</a></h2> +<p><a class="fulldoc" href="../doc/match.html">โfull documentation</a></p> <p>Does <code><span class='Value'>๐จ</span></code> exactly match <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=MSDiiaEg4p+oMeKfqQoK4p+oMeKfqSDiiaEg4p+oMeKfqQ==">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โก</span> <span class='Bracket'>โจ</span><span class='Number'>1</span><span class='Bracket'>โฉ</span> 0 diff --git a/docs/help/deshape_reshape.html b/docs/help/deshape_reshape.html index bdc2f111..1d0a0191 100644 --- a/docs/help/deshape_reshape.html +++ b/docs/help/deshape_reshape.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="barb-"><a class="header" href="#barb-">Barb (<code><span class='Function'>โฅ</span></code>)</a></h1> <h2 id="-๐ฉ-deshape"><a class="header" href="#-๐ฉ-deshape"><code><span class='Function'>โฅ</span> <span class='Value'>๐ฉ</span></code>: Deshape</a></h2> +<p><a class="fulldoc" href="../doc/reshape.html">โfull documentation</a></p> <p>Put all elements of <code><span class='Value'>๐ฉ</span></code> in a rank 1 array, promoting to an array if necessary.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4qWKIDEKCuKliiAx4oC/MiDiiY0gM+KAvzQ=">โ๏ธ</a><pre> <span class='Function'>โฅ</span> <span class='Number'>1</span> โจ 1 โฉ @@ -14,6 +15,7 @@ โจ 1 2 3 4 โฉ </pre> <h2 id="๐จ--๐ฉ-reshape"><a class="header" href="#๐จ--๐ฉ-reshape"><code><span class='Value'>๐จ</span> <span class='Function'>โฅ</span> <span class='Value'>๐ฉ</span></code>: Reshape</a></h2> +<p><a class="fulldoc" href="../doc/reshape.html">โfull documentation</a></p> <p>Put all elements of <code><span class='Value'>๐ฉ</span></code> in an array of shape <code><span class='Value'>๐จ</span></code>, removing elements or repeating them cyclically if necessary.</p> <p>A single element in <code><span class='Value'>๐ฉ</span></code> can be a function, which will be replaced with an appropriate length:</p> <ul> diff --git a/docs/help/each.html b/docs/help/each.html index da13f6f3..e90be79a 100644 --- a/docs/help/each.html +++ b/docs/help/each.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="diaresis-"><a class="header" href="#diaresis-">Diaresis (<code><span class='Modifier'>ยจ</span></code>)</a></h1> <h2 id="๐ฝ-๐ฉ-๐จ-๐ฝ-๐ฉ-each"><a class="header" href="#๐ฝ-๐ฉ-๐จ-๐ฝ-๐ฉ-each"><code><span class='Function'>๐ฝ</span><span class='Modifier'>ยจ</span> <span class='Value'>๐ฉ</span></code>, <code><span class='Value'>๐จ</span> <span class='Function'>๐ฝ</span><span class='Modifier'>ยจ</span> <span class='Value'>๐ฉ</span></code>: Each</a></h2> +<p><a class="fulldoc" href="../doc/map.html">โfull documentation</a></p> <p>Apply <code><span class='Function'>๐ฝ</span></code> to/between the elements of the arguments. (<code><span class='Function'>๐ฝ</span><span class='Modifier2'>โ</span><span class='Number'>ยฏ1</span></code>)</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=PMKoIDHigL8y4oC/MwoKNOKAvzXigL82IOKIvsKoIDHigL8y4oC/Mw==">โ๏ธ</a><pre> <span class='Function'><</span><span class='Modifier'>ยจ</span> <span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>3</span> โโ diff --git a/docs/help/enclose_lessthan.html b/docs/help/enclose_lessthan.html index 2e543ee4..7a2760ff 100644 --- a/docs/help/enclose_lessthan.html +++ b/docs/help/enclose_lessthan.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="lesser-than-"><a class="header" href="#lesser-than-">Lesser Than (<code><span class='Function'><</span></code>)</a></h1> <h2 id="-๐ฉ-enclose"><a class="header" href="#-๐ฉ-enclose"><code><span class='Function'><</span> <span class='Value'>๐ฉ</span></code>: Enclose</a></h2> +<p><a class="fulldoc" href="../doc/enclose.html">โfull documentation</a></p> <p>Create a unit array containing <code><span class='Value'>๐ฉ</span></code>. (<code><span class='Paren'>(</span><span class='Function'>โข<</span><span class='Value'>๐ฉ</span><span class='Paren'>)</span> <span class='Function'>โก</span> <span class='Bracket'>โจโฉ</span></code>)</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=PDEKCgriiaI8MQ==">โ๏ธ</a><pre> <span class='Function'><</span><span class='Number'>1</span> โยท @@ -17,6 +18,7 @@ โจโฉ </pre> <h2 id="๐จ--๐ฉ-lesser-than"><a class="header" href="#๐จ--๐ฉ-lesser-than"><code><span class='Value'>๐จ</span> <span class='Function'><</span> <span class='Value'>๐ฉ</span></code>: Lesser Than</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#comparisons">โfull documentation</a></p> <p><code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code> can both be either numbers or characters.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSA8IDMKCjLigL8z4oC/MCA8IDPigL8x4oC/MA==">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'><</span> <span class='Number'>3</span> diff --git a/docs/help/endblock.html b/docs/help/endblock.html index e99167cb..3b7c3f03 100644 --- a/docs/help/endblock.html +++ b/docs/help/endblock.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="right-curly-bracket-"><a class="header" href="#right-curly-bracket-">Right Curly Bracket (<code><span class='Brace'>}</span></code>)</a></h1> <h2 id="--end-block"><a class="header" href="#--end-block"><code><span class='Value'>...</span> <span class='Brace'>}</span></code>: End Block</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#blocks">โfull documentation</a></p> <p>Starts a block, which starts with <code><span class='Brace'>}</span></code>. See <a href="beginblock.html">Begin Block</a> for more details.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=e/CdlaggKyDwnZWpfSAgICMgRnVuY3Rpb24KCnvwnZWo4oC/8J2UveKAv/Cdlal9ICAgIyAxLW1vZGlmaWVyCgp78J2VqOKAv/CdlL3igL/wnZS+4oC/8J2VqX0gIyAyLW1vZGlmaWVyCgp7YSDih5AgNX0gICAjIE5hbWVzcGFjZQoKezUrNCs2fSAgICMgSW1tZWRpYXRlIGJsb2Nr">โ๏ธ</a><pre> <span class='Brace'>{</span><span class='Value'>๐จ</span> <span class='Function'>+</span> <span class='Value'>๐ฉ</span><span class='Brace'>}</span> <span class='Comment'># Function </span>(function block) diff --git a/docs/help/endlist.html b/docs/help/endlist.html index ad224179..5355f722 100644 --- a/docs/help/endlist.html +++ b/docs/help/endlist.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="mathematical-right-angle-bracket-"><a class="header" href="#mathematical-right-angle-bracket-">Mathematical Right Angle Bracket (<code><span class='Bracket'>โฉ</span></code>)</a></h1> <h2 id="--end-list"><a class="header" href="#--end-list"><code><span class='Value'>...</span> <span class='Bracket'>โฉ</span></code>: End list</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#list-notation">โfull documentation</a></p> <p>Ends a list started by a <code><span class='Bracket'>โจ</span></code>. See <a href="beginlist.html">Begin List</a> for more details.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4p+oMSwgMiwgM+KfqQoK4p+oKyDii4QgLSDii4QgNTbin6k=">โ๏ธ</a><pre> <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 2 3 โฉ diff --git a/docs/help/enlist_pair.html b/docs/help/enlist_pair.html index 2ec78670..8106dc13 100644 --- a/docs/help/enlist_pair.html +++ b/docs/help/enlist_pair.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="bow-tie-"><a class="header" href="#bow-tie-">Bow Tie (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-enlist"><a class="header" href="#-๐ฉ-enlist"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Enlist</a></h2> +<p><a class="fulldoc" href="../doc/pair.html">โfull documentation</a></p> <p>Put <code><span class='Value'>๐ฉ</span></code> in a single element list. (<code><span class='Bracket'>โจ</span><span class='Value'>๐ฉ</span><span class='Bracket'>โฉ</span></code>)</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4ouIIDEKCuKLiCA04oC/NCDipYogM+KAvzY34oC/OOKAvzA=">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>1</span> โจ 1 โฉ @@ -21,6 +22,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-pair"><a class="header" href="#๐จ--๐ฉ-pair"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Pair</a></h2> +<p><a class="fulldoc" href="../doc/pair.html">โfull documentation</a></p> <p>Put <code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code> in a two element list. (<code><span class='Bracket'>โจ</span><span class='Value'>๐จ</span><span class='Separator'>,</span> <span class='Value'>๐ฉ</span><span class='Bracket'>โฉ</span></code>)</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDii4ggMgoKMSDii4ggImRzZGFzZGFzIgoKKDPigL8zIOKliiAzKSDii4ggNjfigL8nYSfigL8iZXhhbXBsZSI=">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โ</span> <span class='Number'>2</span> โจ 1 2 โฉ diff --git a/docs/help/exponential_power.html b/docs/help/exponential_power.html index ee605102..c21f9479 100644 --- a/docs/help/exponential_power.html +++ b/docs/help/exponential_power.html @@ -6,12 +6,14 @@ <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="star-"><a class="header" href="#star-">Star (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-exponential"><a class="header" href="#-๐ฉ-exponential"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Exponential</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p><code><span class='Value'>e</span></code> (Euler's constant) to the power of <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4ouGIDDigL8x4oC/MuKAvzM=">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>0</span><span class='Ligature'>โฟ</span><span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>3</span> โจ 1 2.718281828459045 7.38905609893065 20.08553692318767 โฉ </pre> <h2 id="๐จ--๐ฉ-power"><a class="header" href="#๐จ--๐ฉ-power"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Power</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p><code><span class='Value'>๐จ</span></code> to the power of <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MiDii4YgNQoKOOKAvzXigL85IOKLhiAyCgoy4oC/MyDii4YgM+KAv8KvNA==">โ๏ธ</a><pre> <span class='Number'>2</span> <span class='Function'>โ</span> <span class='Number'>5</span> diff --git a/docs/help/export.html b/docs/help/export.html index 4b16243d..0dcf8dd7 100644 --- a/docs/help/export.html +++ b/docs/help/export.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="leftward-double-arrow-"><a class="header" href="#leftward-double-arrow-">Leftward Double Arrow (<code><span class='Gets'>โ</span></code>)</a></h1> <h2 id="n--v-export-definition"><a class="header" href="#n--v-export-definition"><code><span class='Value'>n</span> <span class='Gets'>โ</span> <span class='Value'>v</span></code>: Export Definition</a></h2> +<p><a class="fulldoc" href="../doc/expression.html#exports">โfull documentation</a></p> <p>Define a variable with name <code><span class='Value'>n</span></code> and export it from the current namespace.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=bnMg4oaQIHsgZXhwb3J0ZWQg4oeQIDUsIHVuZXhwb3J0ZWQg4oaQIDB9Cm5zLmV4cG9ydGVkCm5zLnVuZXhwb3J0ZWQ=">โ๏ธ</a><pre> <span class='Value'>ns</span> <span class='Gets'>โ</span> <span class='Brace'>{</span> <span class='Value'>exported</span> <span class='Gets'>โ</span> <span class='Number'>5</span><span class='Separator'>,</span> <span class='Value'>unexported</span> <span class='Gets'>โ</span> <span class='Number'>0</span><span class='Brace'>}</span> <span class='Value'>ns.exported</span> @@ -14,6 +15,7 @@ <span class='Error'>Error: No key found</span> </pre> <h2 id="๐จ--export-names"><a class="header" href="#๐จ--export-names"><code><span class='Value'>๐จ</span> <span class='Gets'>โ</span></code>: Export names</a></h2> +<p><a class="fulldoc" href="../doc/expression.html#exports">โfull documentation</a></p> <p>Export the names given in <code><span class='Value'>๐ฉ</span></code> from the current namespace. Names must be defined somewhere in the scope.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=bnMxIOKGkCB7IOKfqGFsc29leHBvcnRlZOKfqeKHkCwgZXhwb3J0ZWQg4oeQIDUsIGFsc29leHBvcnRlZCDihpAgMH0KbnMxLmV4cG9ydGVkCm5zMS5hbHNvZXhwb3J0ZWQ=">โ๏ธ</a><pre> <span class='Value'>ns1</span> <span class='Gets'>โ</span> <span class='Brace'>{</span> <span class='Bracket'>โจ</span><span class='Value'>alsoexported</span><span class='Bracket'>โฉ</span><span class='Gets'>โ</span><span class='Separator'>,</span> <span class='Value'>exported</span> <span class='Gets'>โ</span> <span class='Number'>5</span><span class='Separator'>,</span> <span class='Value'>alsoexported</span> <span class='Gets'>โ</span> <span class='Number'>0</span><span class='Brace'>}</span> <span class='Value'>ns1.exported</span> 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 diff --git a/docs/help/firstcell_select.html b/docs/help/firstcell_select.html index 69e45512..7c0c8d75 100644 --- a/docs/help/firstcell_select.html +++ b/docs/help/firstcell_select.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-"><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><a class="fulldoc" href="../doc/select.html">โfull documentation</a></p> <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=4oqPIOKfqDEsIDIsIDPin6kKCmEg4oaQIDPigL8zIOKliiDihpU5Cgriio8gYQ==">โ๏ธ</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> โยท @@ -18,6 +19,7 @@ โจ 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><a class="fulldoc" href="../doc/select.html">โfull documentation</a></p> <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=MuKAvzAg4oqPIOKfqDEsIDIsIDPin6kKCmIg4oaQIDPigL8zIOKliiDihpU5Cgoy4oC/MCDiio8gYg==">โ๏ธ</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 โฉ diff --git a/docs/help/floor_minimum.html b/docs/help/floor_minimum.html index 6b12ec28..8db80a1f 100644 --- a/docs/help/floor_minimum.html +++ b/docs/help/floor_minimum.html @@ -6,12 +6,14 @@ <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="left-floor-"><a class="header" href="#left-floor-">Left Floor (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-floor"><a class="header" href="#-๐ฉ-floor"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Floor</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#additional-arithmetic">โfull documentation</a></p> <p>Round <code><span class='Value'>๐ฉ</span></code> down to the nearest integer.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oyKIDEuMuKAv8+A4oC/M+KAvzcuODk=">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>1.2</span><span class='Ligature'>โฟ</span><span class='Number'>ฯ</span><span class='Ligature'>โฟ</span><span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>7.89</span> โจ 1 3 3 7 โฉ </pre> <h2 id="๐จ--๐ฉ-minimum"><a class="header" href="#๐จ--๐ฉ-minimum"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Minimum</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#additional-arithmetic">โfull documentation</a></p> <p>Minimum of <code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDijIogMgoKMuKAvzMg4oyKIDTigL8y">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โ</span> <span class='Number'>2</span> diff --git a/docs/help/fold.html b/docs/help/fold.html index cbe5f393..2ca0aa2c 100644 --- a/docs/help/fold.html +++ b/docs/help/fold.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="acute-accent-"><a class="header" href="#acute-accent-">Acute Accent (<code><span class='Modifier'>ยด</span></code>)</a></h1> <h2 id="๐ฝ-๐ฉ-fold"><a class="header" href="#๐ฝ-๐ฉ-fold"><code><span class='Function'>๐ฝ</span><span class='Modifier'>ยด</span> <span class='Value'>๐ฉ</span></code>: Fold</a></h2> +<p><a class="fulldoc" href="../doc/fold.html">โfull documentation</a></p> <p>Fold over <code><span class='Value'>๐ฉ</span></code> with <code><span class='Function'>๐ฝ</span></code> from right to left i.e. Insert <code><span class='Function'>๐ฝ</span></code> between the elements of <code><span class='Value'>๐ฉ</span></code>.</p> <p><code><span class='Value'>๐ฉ</span></code> must be a simple list (<code><span class='Number'>1</span> <span class='Function'>=</span> <span class='Function'>=</span><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=K8K0IDHigL8y4oC/MwoKMSsyKzMKCi3CtCAx4oC/MuKAvzMKCjEtMi0z">โ๏ธ</a><pre> <span class='Function'>+</span><span class='Modifier'>ยด</span> <span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>3</span> @@ -21,6 +22,7 @@ 2 </pre> <h2 id="๐จ-๐ฝ-๐ฉ-fold-with-initial"><a class="header" href="#๐จ-๐ฝ-๐ฉ-fold-with-initial"><code><span class='Value'>๐จ</span> <span class='Function'>๐ฝ</span><span class='Modifier'>ยด</span> <span class='Value'>๐ฉ</span></code>: Fold With Initial</a></h2> +<p><a class="fulldoc" href="../doc/fold.html#initial-element">โfull documentation</a></p> <p>Monadic fold, but use <code><span class='Value'>๐จ</span></code> as initial right argument.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSArwrQgMeKAvzLigL8zCgoxKzIrMys1Cgo1IC3CtCAx4oC/MuKAvzMKCjEtMi0zLTU=">โ๏ธ</a><pre> <span class='Number'>5</span> <span class='Function'>+</span><span class='Modifier'>ยด</span> <span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>3</span> 11 diff --git a/docs/help/gradedown_binsdown.html b/docs/help/gradedown_binsdown.html index 9c68f2aa..0f3ef3d8 100644 --- a/docs/help/gradedown_binsdown.html +++ b/docs/help/gradedown_binsdown.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="del-stile-"><a class="header" href="#del-stile-">Del Stile (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-grade-down"><a class="header" href="#-๐ฉ-grade-down"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Grade Down</a></h2> +<p><a class="fulldoc" href="../doc/order.html#grade">โfull documentation</a></p> <p>Indices of <code><span class='Value'>๐ฉ</span></code> that would sort its major cells in descending order.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=YSDihpAgMeKAvzLigL8zCgrijZIgYQoKKOKNkmEpIOKKjyBh">โ๏ธ</a><pre> <span class='Value'>a</span> <span class='Gets'>โ</span> <span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>3</span> @@ -16,6 +17,7 @@ โจ 3 2 1 โฉ </pre> <h2 id="๐จ--๐ฉ-bins-down"><a class="header" href="#๐จ--๐ฉ-bins-down"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Bins Down</a></h2> +<p><a class="fulldoc" href="../doc/order.html#bins">โfull documentation</a></p> <p>Binary search for each cell of <code><span class='Value'>๐ฉ</span></code> in <code><span class='Value'>๐จ</span></code>, returning the number of major cells in <code><span class='Value'>๐จ</span></code> greater than or equal to that cell.</p> <p><code><span class='Value'>๐จ</span></code> must be sorted in descending order.</p> <p><a href="../doc/arithmetic.html#pervasion">Right Pervasive.</a></p> diff --git a/docs/help/gradeup_binsup.html b/docs/help/gradeup_binsup.html index d87232e6..9a914f52 100644 --- a/docs/help/gradeup_binsup.html +++ b/docs/help/gradeup_binsup.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="delta-stile-"><a class="header" href="#delta-stile-">Delta Stile (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-grade-up"><a class="header" href="#-๐ฉ-grade-up"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Grade Up</a></h2> +<p><a class="fulldoc" href="../doc/order.html#grade">โfull documentation</a></p> <p>Indices of <code><span class='Value'>๐ฉ</span></code> that would sort its major cells in ascending order.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=YSDihpAgM+KAvzLigL8xCgrijYsgYQoKKOKNi2EpIOKKjyBh">โ๏ธ</a><pre> <span class='Value'>a</span> <span class='Gets'>โ</span> <span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>1</span> @@ -16,6 +17,7 @@ โจ 1 2 3 โฉ </pre> <h2 id="๐จ--๐ฉ-bins-up"><a class="header" href="#๐จ--๐ฉ-bins-up"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Bins Up</a></h2> +<p><a class="fulldoc" href="../doc/order.html#bins">โfull documentation</a></p> <p>Binary search for each cell of <code><span class='Value'>๐ฉ</span></code> in <code><span class='Value'>๐จ</span></code>, returning the number of major cells in <code><span class='Value'>๐จ</span></code> less than or equal to that cell.</p> <p><code><span class='Value'>๐จ</span></code> must be sorted in ascending order.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=M+KAvzTigL814oC/NyDijYsgMgoKM+KAvzTigL814oC/NyDijYsgMuKAvzY=">โ๏ธ</a><pre> <span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>7</span> <span class='Function'>โ</span> <span class='Number'>2</span> diff --git a/docs/help/greaterthanorequalto.html b/docs/help/greaterthanorequalto.html index 73e07c20..0884b29b 100644 --- a/docs/help/greaterthanorequalto.html +++ b/docs/help/greaterthanorequalto.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="greater-than-or-equal-to-"><a class="header" href="#greater-than-or-equal-to-">Greater Than or Equal To (<code><span class='Function'>โฅ</span></code>)</a></h1> <h2 id="๐จ--๐ฉ-greater-than-or-equal-to"><a class="header" href="#๐จ--๐ฉ-greater-than-or-equal-to"><code><span class='Value'>๐จ</span> <span class='Function'>โฅ</span> <span class='Value'>๐ฉ</span></code>: Greater Than or Equal To</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#comparisons">โfull documentation</a></p> <p><code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code> can both be either numbers or characters.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDiiaUgMwoKMuKAvzPigL8wIOKJpSAz4oC/MeKAvzA=">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โฅ</span> <span class='Number'>3</span> diff --git a/docs/help/groupindices_group.html b/docs/help/groupindices_group.html index 91d4ea8f..a175860b 100644 --- a/docs/help/groupindices_group.html +++ b/docs/help/groupindices_group.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-cup-"><a class="header" href="#square-cup-">Square Cup (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-group-indices"><a class="header" href="#-๐ฉ-group-indices"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Group Indices</a></h2> +<p><a class="fulldoc" href="../doc/group.html">โfull documentation</a></p> <p>Group the indices of the major cells of <code><span class='Value'>๐ฉ</span></code> by their respective values.</p> <p><code><span class='Value'>๐ฉ</span></code> must consist of integers. Groups start from 0.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqUIDTigL814oC/NuKAvzbigL804oC/N+KAvzUKCijihpU4KSDiiY0g4oqUIDTigL814oC/NuKAvzbigL804oC/N+KAvzU=">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>6</span><span class='Ligature'>โฟ</span><span class='Number'>6</span><span class='Ligature'>โฟ</span><span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>7</span><span class='Ligature'>โฟ</span><span class='Number'>5</span> @@ -18,6 +19,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-group"><a class="header" href="#๐จ--๐ฉ-group"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Group</a></h2> +<p><a class="fulldoc" href="../doc/group.html">โfull documentation</a></p> <p>Group the major cells of <code><span class='Value'>๐ฉ</span></code> by their respective indices in <code><span class='Value'>๐จ</span></code>.</p> <p>If an element corresponds to <code><span class='Number'>ยฏ1</span></code>, it is excluded from grouping.</p> <p>An extra element can be added to the end of <code><span class='Value'>๐จ</span></code> to specify length of the result.</p> diff --git a/docs/help/identity_left.html b/docs/help/identity_left.html index 95656ff9..d38c8869 100644 --- a/docs/help/identity_left.html +++ b/docs/help/identity_left.html @@ -6,11 +6,13 @@ <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="left-tack-"><a class="header" href="#left-tack-">Left Tack (<code><span class='Function'>โฃ</span></code>)</a></h1> <h2 id="-๐ฉ-identity"><a class="header" href="#-๐ฉ-identity"><code><span class='Function'>โฃ</span> <span class='Value'>๐ฉ</span></code>: Identity</a></h2> +<p><a class="fulldoc" href="../doc/identity.html">โfull documentation</a></p> <p>Return <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=4oqjIDU=">โ๏ธ</a><pre> <span class='Function'>โฃ</span> <span class='Number'>5</span> 5 </pre> <h2 id="๐จ--๐ฉ-left"><a class="header" href="#๐จ--๐ฉ-left"><code><span class='Value'>๐จ</span> <span class='Function'>โฃ</span> <span class='Value'>๐ฉ</span></code>: Left</a></h2> +<p><a class="fulldoc" href="../doc/identity.html">โfull documentation</a></p> <p>Return <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=NSDiiqMgOAoKJ2EnIOKKoyAx4oC/MuKAvzM=">โ๏ธ</a><pre> <span class='Number'>5</span> <span class='Function'>โฃ</span> <span class='Number'>8</span> 5 diff --git a/docs/help/identity_right.html b/docs/help/identity_right.html index 446f8bbe..c823919b 100644 --- a/docs/help/identity_right.html +++ b/docs/help/identity_right.html @@ -6,11 +6,13 @@ <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="right-tack-"><a class="header" href="#right-tack-">Right Tack (<code><span class='Function'>โข</span></code>)</a></h1> <h2 id="-๐ฉ-identity"><a class="header" href="#-๐ฉ-identity"><code><span class='Function'>โข</span> <span class='Value'>๐ฉ</span></code>: Identity</a></h2> +<p><a class="fulldoc" href="../doc/identity.html">โfull documentation</a></p> <p>Return <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=4oqiIDU=">โ๏ธ</a><pre> <span class='Function'>โข</span> <span class='Number'>5</span> 5 </pre> <h2 id="๐จ--๐ฉ-right"><a class="header" href="#๐จ--๐ฉ-right"><code><span class='Value'>๐จ</span> <span class='Function'>โข</span> <span class='Value'>๐ฉ</span></code>: Right</a></h2> +<p><a class="fulldoc" href="../doc/identity.html">โfull documentation</a></p> <p>Return <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=NSDiiqIgOAoKJ2EnIOKKoiAx4oC/MuKAvzM=">โ๏ธ</a><pre> <span class='Number'>5</span> <span class='Function'>โข</span> <span class='Number'>8</span> 8 diff --git a/docs/help/indices_replicate.html b/docs/help/indices_replicate.html index 3ef36de1..c874a7a8 100644 --- a/docs/help/indices_replicate.html +++ b/docs/help/indices_replicate.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="solidus-"><a class="header" href="#solidus-">Solidus (<code><span class='Function'>/</span></code>)</a></h1> <h2 id="-๐ฉ-indices"><a class="header" href="#-๐ฉ-indices"><code><span class='Function'>/</span> <span class='Value'>๐ฉ</span></code>: Indices</a></h2> +<p><a class="fulldoc" href="../doc/replicate.html#indices">โfull documentation</a></p> <p>Repeat the index of each element in <code><span class='Value'>๐ฉ</span></code> by the element's value. <code><span class='Value'>๐ฉ</span></code> must be rank 1.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=LyAx4oC/MuKAvzMKCi8gMeKAvzDigL8x">โ๏ธ</a><pre> <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> โจ 0 1 1 2 2 2 โฉ @@ -14,6 +15,7 @@ โจ 0 2 โฉ </pre> <h2 id="๐จ--๐ฉ-replicate"><a class="header" href="#๐จ--๐ฉ-replicate"><code><span class='Value'>๐จ</span> <span class='Function'>/</span> <span class='Value'>๐ฉ</span></code>: Replicate</a></h2> +<p><a class="fulldoc" href="../doc/replicate.html">โfull documentation</a></p> <p>Repeat each major cell in <code><span class='Value'>๐ฉ</span></code> by the corresponding element in <code><span class='Value'>๐จ</span></code>.</p> <p>Unit <code><span class='Value'>๐จ</span></code> applies to all elements.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MyAvICJjb3B5IgoKMeKAvzDigL8xIC8gMeKAvzLigL8z">โ๏ธ</a><pre> <span class='Number'>3</span> <span class='Function'>/</span> <span class='String'>"copy"</span> diff --git a/docs/help/infinity.html b/docs/help/infinity.html index 8f6f1a6d..c607967e 100644 --- a/docs/help/infinity.html +++ b/docs/help/infinity.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="infinity-"><a class="header" href="#infinity-">Infinity (<code><span class='Number'>โ</span></code>)</a></h1> <h2 id="-infinity"><a class="header" href="#-infinity"><code><span class='Number'>โ</span></code>: Infinity</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#constants">โfull documentation</a></p> <p>Mathematical constant Infinity, a numeric literal. Can be negative (<code><span class='Number'>ยฏโ</span></code>).</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oieCgrCr+KIngoKMSviiJ4=">โ๏ธ</a><pre> <span class='Number'>โ</span> โ diff --git a/docs/help/insert.html b/docs/help/insert.html index 27e8e15b..58af28f7 100644 --- a/docs/help/insert.html +++ b/docs/help/insert.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="double-acute-accent-"><a class="header" href="#double-acute-accent-">Double Acute Accent (<code><span class='Modifier'>ห</span></code>)</a></h1> <h2 id="๐ฝ-๐ฉ-insert"><a class="header" href="#๐ฝ-๐ฉ-insert"><code><span class='Function'>๐ฝ</span><span class='Modifier'>ห</span> <span class='Value'>๐ฉ</span></code>: Insert</a></h2> +<p><a class="fulldoc" href="../doc/fold.html">โfull documentation</a></p> <p>Fold over cells of <code><span class='Value'>๐ฉ</span></code> with <code><span class='Function'>๐ฝ</span></code> from end to start, that is, insert <code><span class='Function'>๐ฝ</span></code> between the major cells 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=YSDihpAgM+KAvzMg4qWKIOKGlTkKCivLnSBhCgow4oC/MeKAvzIgKyAz4oC/NOKAvzUgKyA24oC/N+KAvzg=">โ๏ธ</a><pre> <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> @@ -16,6 +17,7 @@ โจ 9 12 15 โฉ </pre> <h2 id="๐จ-๐ฝ-๐ฉ-insert-with-initial"><a class="header" href="#๐จ-๐ฝ-๐ฉ-insert-with-initial"><code><span class='Value'>๐จ</span> <span class='Function'>๐ฝ</span><span class='Modifier'>ห</span> <span class='Value'>๐ฉ</span></code>: Insert With Initial</a></h2> +<p><a class="fulldoc" href="../doc/fold.html#initial-element">โfull documentation</a></p> <p>Monadic insert, but use <code><span class='Value'>๐จ</span></code> as initial right argument.</p> <p>If</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=YiDihpAgM+KAvzMg4qWKIOKGlTkKCjHigL8x4oC/MSAry50gYgoKMSAry50gYgoKMOKAvzHigL8yICsgM+KAvzTigL81ICsgNuKAvzfigL84ICsgMeKAvzHigL8x">โ๏ธ</a><pre> <span class='Value'>b</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> diff --git a/docs/help/join_jointo.html b/docs/help/join_jointo.html index bd21cce3..2fe0421e 100644 --- a/docs/help/join_jointo.html +++ b/docs/help/join_jointo.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="lazy-s-"><a class="header" href="#lazy-s-">Lazy S (<code><span class='Function'>โพ</span></code>)</a></h1> <h2 id="-๐ฉ-join"><a class="header" href="#-๐ฉ-join"><code><span class='Function'>โพ</span> <span class='Value'>๐ฉ</span></code>: Join</a></h2> +<p><a class="fulldoc" href="../doc/join.html">โfull documentation</a></p> <p>Join all elements of <code><span class='Value'>๐ฉ</span></code> together.</p> <p>Element ranks must be compatible.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oi+IOKfqDHigL8yLCAzLCA04oC/NeKfqQoKbSDihpAgKDPigL8x4omN4oycNOKAvzLigL81KSDipYrCqCAy4oC/M+KliuKGlTYKCuKIviBt">โ๏ธ</a><pre> <span class='Function'>โพ</span> <span class='Bracket'>โจ</span><span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Separator'>,</span> <span class='Number'>3</span><span class='Separator'>,</span> <span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>5</span><span class='Bracket'>โฉ</span> @@ -22,6 +23,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-join-to"><a class="header" href="#๐จ--๐ฉ-join-to"><code><span class='Value'>๐จ</span> <span class='Function'>โพ</span> <span class='Value'>๐ฉ</span></code>: Join To</a></h2> +<p><a class="fulldoc" href="../doc/join.html">โfull documentation</a></p> <p>Join <code><span class='Value'>๐จ</span></code> to <code><span class='Value'>๐ฉ</span></code> along the first axis.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ImFiY2QiIOKIviAiRUZHIgoKYSDihpAgM+KAvzMg4qWKIOKGlTkKCmMg4oaQIDTigL8zIOKliiDihpUxMgoKYeKIvmM=">โ๏ธ</a><pre> <span class='String'>"abcd"</span> <span class='Function'>โพ</span> <span class='String'>"EFG"</span> "abcdEFG" diff --git a/docs/help/leftargument.html b/docs/help/leftargument.html index 785b16f8..2c92de98 100644 --- a/docs/help/leftargument.html +++ b/docs/help/leftargument.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="mathematical-double-struck-w-๐จ"><a class="header" href="#mathematical-double-struck-w-๐จ">Mathematical Double-struck W (<code><span class='Value'>๐จ</span></code>)</a></h1> <h2 id="๐จ-left-argument"><a class="header" href="#๐จ-left-argument"><code><span class='Value'>๐จ</span></code>: Left Argument</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#blocks">โfull documentation</a></p> <p>A variable assigned to the left argument of a block. <code><span class='Function'>๐</span></code> can be used to access the left argument as a function.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSB78J2VqH0gMQ==">โ๏ธ</a><pre> <span class='Number'>5</span> <span class='Brace'>{</span><span class='Value'>๐จ</span><span class='Brace'>}</span> <span class='Number'>1</span> 5 diff --git a/docs/help/length_notequals.html b/docs/help/length_notequals.html index 5480cae4..3667e2fe 100644 --- a/docs/help/length_notequals.html +++ b/docs/help/length_notequals.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="not-equal-"><a class="header" href="#not-equal-">Not Equal (<code><span class='Function'>โ </span></code>)</a></h1> <h2 id="-๐ฉ-length"><a class="header" href="#-๐ฉ-length"><code><span class='Function'>โ </span> <span class='Value'>๐ฉ</span></code>: Length</a></h2> +<p><a class="fulldoc" href="../doc/shape.html">โfull documentation</a></p> <p>Length of the first dimension 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=4omgIDMKCuKJoCDin6gxLCAyLCAz4p+pCgriiaAgM+KAvzTigL814qWKMAoK4omgIDHigL804oC/NeKlijAKCuKJoCA04oC/NOKAvzXipYow">โ๏ธ</a><pre> <span class='Function'>โ </span> <span class='Number'>3</span> 1 @@ -23,6 +24,7 @@ 4 </pre> <h2 id="๐จ--๐ฉ-not-equal-to"><a class="header" href="#๐จ--๐ฉ-not-equal-to"><code><span class='Value'>๐จ</span> <span class='Function'>โ </span> <span class='Value'>๐ฉ</span></code>: Not Equal To</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#comparisons">โfull documentation</a></p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDiiaAgMwoKMuKAvzPigL8wIOKJoCAz4oC/MeKAvzAKCidhJyDiiaAgJ2En">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โ </span> <span class='Number'>3</span> 1 diff --git a/docs/help/lessthanorequalto.html b/docs/help/lessthanorequalto.html index 16b98e1a..589830f4 100644 --- a/docs/help/lessthanorequalto.html +++ b/docs/help/lessthanorequalto.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="lesser-than-or-equal-to-"><a class="header" href="#lesser-than-or-equal-to-">Lesser Than or Equal To (<code><span class='Function'>โค</span></code>)</a></h1> <h2 id="๐จ--๐ฉ-lesser-than-or-equal-to"><a class="header" href="#๐จ--๐ฉ-lesser-than-or-equal-to"><code><span class='Value'>๐จ</span> <span class='Function'>โค</span> <span class='Value'>๐ฉ</span></code>: Lesser Than or Equal To</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#comparisons">โfull documentation</a></p> <p><code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code> can both be either numbers or characters.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDiiaQgMwoKMuKAvzPigL8wIOKJpCAz4oC/MeKAvzA=">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โค</span> <span class='Number'>3</span> diff --git a/docs/help/markfirst_memberof.html b/docs/help/markfirst_memberof.html index 2eeb2cf8..33f30d0e 100644 --- a/docs/help/markfirst_memberof.html +++ b/docs/help/markfirst_memberof.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="element-of-"><a class="header" href="#element-of-">Element Of (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-mark-firsts"><a class="header" href="#-๐ฉ-mark-firsts"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Mark Firsts</a></h2> +<p><a class="fulldoc" href="../doc/selfcmp.html#mark-firsts">โfull documentation</a></p> <p>Mark the first occurrence of each major cell in <code><span class='Value'>๐ฉ</span></code> with a 1, and all other occurrences with a 0.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oiKIDTigL814oC/NuKAvzbigL804oC/N+KAvzUKCmEg4oaQIDPigL8zIOKliiDihpU5CgriiIogYQ==">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>6</span><span class='Ligature'>โฟ</span><span class='Number'>6</span><span class='Ligature'>โฟ</span><span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>7</span><span class='Ligature'>โฟ</span><span class='Number'>5</span> โจ 1 1 1 0 0 1 0 โฉ @@ -16,6 +17,7 @@ โจ 1 1 1 โฉ </pre> <h2 id="๐จ--๐ฉ-member-of"><a class="header" href="#๐จ--๐ฉ-member-of"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Member Of</a></h2> +<p><a class="fulldoc" href="../doc/search.html#member-of">โfull documentation</a></p> <p>Is each cell in <code><span class='Value'>๐จ</span></code> a 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=4p+oMeKfqSDiiIog4oaVOQoKYiDihpAgM+KAvzMg4qWKIOKGlTkKCuKfqDDigL8x4oC/MuKfqSDiiIogYgoK4p+oMeKAvzMg4qWKIDDigL8x4oC/MuKfqSDiiIogYg==">โ๏ธ</a><pre> <span class='Bracket'>โจ</span><span class='Number'>1</span><span class='Bracket'>โฉ</span> <span class='Function'>โ</span> <span class='Function'>โ</span><span class='Number'>9</span> โจ 1 โฉ diff --git a/docs/help/merge_greaterthan.html b/docs/help/merge_greaterthan.html index 1fe429b2..c0b21032 100644 --- a/docs/help/merge_greaterthan.html +++ b/docs/help/merge_greaterthan.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="greater-than-"><a class="header" href="#greater-than-">Greater Than (<code><span class='Function'>></span></code>)</a></h1> <h2 id="-๐ฉ-merge"><a class="header" href="#-๐ฉ-merge"><code><span class='Function'>></span> <span class='Value'>๐ฉ</span></code>: Merge</a></h2> +<p><a class="fulldoc" href="../doc/couple.html">โfull documentation</a></p> <p>Add the rank of an element of <code><span class='Value'>๐ฉ</span></code> to the rank of <code><span class='Value'>๐ฉ</span></code>.</p> <p>All elements must have the same rank.</p> <p>Returns atomic values as is.</p> @@ -24,6 +25,7 @@ โจ 2 2 โฉ </pre> <h2 id="๐จ--๐ฉ-greater-than"><a class="header" href="#๐จ--๐ฉ-greater-than"><code><span class='Value'>๐จ</span> <span class='Function'>></span> <span class='Value'>๐ฉ</span></code>: Greater Than</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#comparisons">โfull documentation</a></p> <p><code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code> can both be either numbers or characters.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSA+IDMKCjLigL8z4oC/MCA+IDPigL8x4oC/MAoKJ2EnID4gJ2In">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>></span> <span class='Number'>3</span> diff --git a/docs/help/minus.html b/docs/help/minus.html index a09cf57b..c235aa75 100644 --- a/docs/help/minus.html +++ b/docs/help/minus.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="macron-"><a class="header" href="#macron-">Macron (<code><span class='Number'>ยฏ</span></code>)</a></h1> <h2 id="-minus"><a class="header" href="#-minus"><code><span class='Number'>ยฏ</span></code>: Minus</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#constants">โfull documentation</a></p> <p>Prefix before numbers to indicate that they are negative.</p> <p>Note that this is not the same as <code><span class='Function'>-</span></code>, since it is part of the number, rather than a primitive that negates its value.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=LTHigL8y4oC/MwoKwq8x4oC/MuKAvzM=">โ๏ธ</a><pre> <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> diff --git a/docs/help/modifierleftoperand.html b/docs/help/modifierleftoperand.html index ebffdfe9..40611bd8 100644 --- a/docs/help/modifierleftoperand.html +++ b/docs/help/modifierleftoperand.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="mathematical-double-struck-f-๐ฝ"><a class="header" href="#mathematical-double-struck-f-๐ฝ">Mathematical Double-struck F (<code><span class='Function'>๐ฝ</span></code>)</a></h1> <h2 id="๐ฝ-modifier-left-operand"><a class="header" href="#๐ฝ-modifier-left-operand"><code><span class='Function'>๐ฝ</span></code>: Modifier Left operand</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#blocks">โfull documentation</a></p> <p>A variable assigned to the left operand of a modifier block. <code><span class='Value'>๐</span></code> can be used to access the left operand as a subject.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSAre/CdlZfiiqPwnZWofSAx">โ๏ธ</a><pre> <span class='Number'>5</span> <span class='Function'>+</span><span class='Brace'>{</span><span class='Value'>๐</span><span class='Function'>โฃ</span><span class='Value'>๐จ</span><span class='Brace'>}</span> <span class='Number'>1</span> + diff --git a/docs/help/negate_subtract.html b/docs/help/negate_subtract.html index 12d404ba..285c0c7b 100644 --- a/docs/help/negate_subtract.html +++ b/docs/help/negate_subtract.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="minus--"><a class="header" href="#minus--">Minus (<code><span class='Function'>-</span></code>)</a></h1> <h2 id="--๐ฉ-negate"><a class="header" href="#--๐ฉ-negate"><code><span class='Function'>-</span> <span class='Value'>๐ฉ</span></code>: Negate</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p>Additive Inverse of <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=LSAxCgotIMKvMQ==">โ๏ธ</a><pre> <span class='Function'>-</span> <span class='Number'>1</span> @@ -15,6 +16,7 @@ 1 </pre> <h2 id="๐จ---๐ฉ-subtract"><a class="header" href="#๐จ---๐ฉ-subtract"><code><span class='Value'>๐จ</span> <span class='Function'>-</span> <span class='Value'>๐ฉ</span></code>: Subtract</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p>Subtract <code><span class='Value'>๐ฉ</span></code> from <code><span class='Value'>๐จ</span></code>. <code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code> can be characters or numbers.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSAtIDIKCjEgLSAy4oC/M+KAvzQKCidhJyAtIDQKCidiJyAtICdhJw==">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>-</span> <span class='Number'>2</span> diff --git a/docs/help/not_span.html b/docs/help/not_span.html index 9495b8b6..3f0edff2 100644 --- a/docs/help/not_span.html +++ b/docs/help/not_span.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="not-"><a class="header" href="#not-">Not (<code><span class='Function'>ยฌ</span></code>)</a></h1> <h2 id="-๐ฉ-logical-not"><a class="header" href="#-๐ฉ-logical-not"><code><span class='Function'>ยฌ</span> <span class='Value'>๐ฉ</span></code>: Logical Not</a></h2> +<p><a class="fulldoc" href="../doc/logic.html">โfull documentation</a></p> <p>Logical Not of <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=wqwgMAoKwqwgMeKAvzA=">โ๏ธ</a><pre> <span class='Function'>ยฌ</span> <span class='Number'>0</span> @@ -15,6 +16,7 @@ โจ 0 1 โฉ </pre> <h2 id="๐จ--๐ฉ-span"><a class="header" href="#๐จ--๐ฉ-span"><code><span class='Value'>๐จ</span> <span class='Function'>ยฌ</span> <span class='Value'>๐ฉ</span></code>: Span</a></h2> +<p><a class="fulldoc" href="../doc/logic.html">โfull documentation</a></p> <p>Count of numbers in the inclusive range from <code><span class='Value'>๐ฉ</span></code> to <code><span class='Value'>๐จ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MyDCrCAxCgoz4oC/NCDCrCAw4oC/Mg==">โ๏ธ</a><pre> <span class='Number'>3</span> <span class='Function'>ยฌ</span> <span class='Number'>1</span> diff --git a/docs/help/nothing.html b/docs/help/nothing.html index ffc8589c..09188be2 100644 --- a/docs/help/nothing.html +++ b/docs/help/nothing.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="middle-dot-"><a class="header" href="#middle-dot-">Middle Dot (<code><span class='Nothing'>ยท</span></code>)</a></h1> <h2 id="-nothing"><a class="header" href="#-nothing"><code><span class='Nothing'>ยท</span></code>: Nothing</a></h2> +<p><a class="fulldoc" href="../doc/expression.html#nothing">โfull documentation</a></p> <h3 id="in-trains"><a class="header" href="#in-trains">In Trains</a></h3> <p>Nothing can serve as a left argument in a train to string together multiple monadic functions.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=KC0rLSkgNQoKKC3CtystKSA1">โ๏ธ</a><pre> <span class='Paren'>(</span><span class='Function'>-+-</span><span class='Paren'>)</span> <span class='Number'>5</span> diff --git a/docs/help/nullcharacter.html b/docs/help/nullcharacter.html index 753d2d3c..24bcf67e 100644 --- a/docs/help/nullcharacter.html +++ b/docs/help/nullcharacter.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="commercial-at-"><a class="header" href="#commercial-at-">Commercial At (<code><span class='String'>@</span></code>)</a></h1> <h2 id="-null-character"><a class="header" href="#-null-character"><code><span class='String'>@</span></code>: Null Character</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#constants">โfull documentation</a></p> <p>Null character, code point 0 in ASCII. A shortcut character literal.</p> <p>Add to a code point number to get that character.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=QCs1MAoKQAoKQCs2NA==">โ๏ธ</a><pre> <span class='String'>@</span><span class='Function'>+</span><span class='Number'>50</span> diff --git a/docs/help/occurrencecount_progressiveindexof.html b/docs/help/occurrencecount_progressiveindexof.html index bd938e1d..800f94dd 100644 --- a/docs/help/occurrencecount_progressiveindexof.html +++ b/docs/help/occurrencecount_progressiveindexof.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-original-of-or-equal-to-"><a class="header" href="#square-original-of-or-equal-to-">Square Original Of or Equal To (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-occurrence-count"><a class="header" href="#-๐ฉ-occurrence-count"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Occurrence Count</a></h2> +<p><a class="fulldoc" href="../doc/selfcmp.html#occurrence-count">โfull documentation</a></p> <p>Number of times each major cell of <code><span class='Value'>๐ฉ</span></code> has occurred before the current position.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqSICAgMuKAvzfigL8x4oC/OOKAvzHigL834oC/MeKAvzjigL8y4oC/OOKAvzQKCuKJjeKfnOKKkiAy4oC/N+KAvzHigL844oC/MeKAvzfigL8x4oC/OOKAvzLigL844oC/NA==">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>7</span><span class='Ligature'>โฟ</span><span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>8</span><span class='Ligature'>โฟ</span><span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>7</span><span class='Ligature'>โฟ</span><span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>8</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>8</span><span class='Ligature'>โฟ</span><span class='Number'>4</span> โจ 0 0 0 0 1 1 2 1 1 2 0 โฉ @@ -17,6 +18,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-progressive-index-of"><a class="header" href="#๐จ--๐ฉ-progressive-index-of"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Progressive Index Of</a></h2> +<p><a class="fulldoc" href="../doc/search.html#progressive-index-of">โfull documentation</a></p> <p>Index of the first unused match of each major cell of <code><span class='Value'>๐ฉ</span></code> in <code><span class='Value'>๐จ</span></code>. If there are no more matches left, the length of <code><span class='Value'>๐จ</span></code> is placed in that position.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ImFhYSIg4oqSICJhYWFhYSIKCiJhYWFiYiIg4oqSICJhYmFiYWJhYmFiIg==">โ๏ธ</a><pre> <span class='String'>"aaa"</span> <span class='Function'>โ</span> <span class='String'>"aaaaa"</span> โจ 0 1 2 3 3 โฉ diff --git a/docs/help/pi.html b/docs/help/pi.html index 0dd7e8bd..3a947cb2 100644 --- a/docs/help/pi.html +++ b/docs/help/pi.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="pi-ฯ"><a class="header" href="#pi-ฯ">Pi (<code><span class='Number'>ฯ</span></code>)</a></h1> <h2 id="ฯ-pi"><a class="header" href="#ฯ-pi"><code><span class='Number'>ฯ</span></code>: Pi</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#constants">โfull documentation</a></p> <p>The mathematical constant pi, a numeric literal. Can be negative (<code><span class='Number'>ยฏฯ</span></code>).</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=z4AKCsKvz4A=">โ๏ธ</a><pre> <span class='Number'>ฯ</span> 3.141592653589793 diff --git a/docs/help/prefixes_take.html b/docs/help/prefixes_take.html index 6af8e8ad..f56b954f 100644 --- a/docs/help/prefixes_take.html +++ b/docs/help/prefixes_take.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="up-arrow-"><a class="header" href="#up-arrow-">Up Arrow (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-prefixes"><a class="header" href="#-๐ฉ-prefixes"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Prefixes</a></h2> +<p><a class="fulldoc" href="../doc/prefixes.html">โfull documentation</a></p> <p>Prefixes of array <code><span class='Value'>๐ฉ</span></code> along its first axis.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oaRIDHigL8y4oC/M+KAvzQKCmEg4oaQIDPigL8zIOKliiDihpU5CgrihpEgYQ==">โ๏ธ</a><pre> <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 โฉ โจ 1 2 โฉ โจ 1 2 3 โฉ โจ 1 2 3 4 โฉ โฉ @@ -22,6 +23,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-take"><a class="header" href="#๐จ--๐ฉ-take"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Take</a></h2> +<p><a class="fulldoc" href="../doc/take.html">โfull documentation</a></p> <p>For each integer in <code><span class='Value'>๐จ</span></code>, take that many elements from each dimension of <code><span class='Value'>๐ฉ</span></code>.</p> <p>Negative numbers take from the end.</p> <p>If any of the elements in <code><span class='Value'>๐จ</span></code> are greater than the length of their respective dimension, the dimension is extended with a fill value.</p> diff --git a/docs/help/range_windows.html b/docs/help/range_windows.html index b284e54c..5bf4e45c 100644 --- a/docs/help/range_windows.html +++ b/docs/help/range_windows.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="up-down-arrow-"><a class="header" href="#up-down-arrow-">Up Down Arrow (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-range"><a class="header" href="#-๐ฉ-range"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Range</a></h2> +<p><a class="fulldoc" href="../doc/range.html">โfull documentation</a></p> <p>Return all indices that would index into an array of shape <code><span class='Value'>๐ฉ</span></code>.</p> <p>When given a single number, range from <code><span class='Number'>0</span></code> to <code><span class='Value'>๐ฉ</span><span class='Function'>-</span><span class='Number'>1</span></code>.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oaVIDQKCuKGlSA04oC/NQ==">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>4</span> @@ -20,6 +21,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-windows"><a class="header" href="#๐จ--๐ฉ-windows"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Windows</a></h2> +<p><a class="fulldoc" href="../doc/windows.html">โfull documentation</a></p> <p>Overlapping slices from <code><span class='Value'>๐ฉ</span></code> of shape <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=NSDihpUgImFiY2RlZmciCgphIOKGkCAz4oC/M+KliuKGlTkKCjLigL8yIOKGlSBh">โ๏ธ</a><pre> <span class='Number'>5</span> <span class='Function'>โ</span> <span class='String'>"abcdefg"</span> โโ diff --git a/docs/help/rank_equals.html b/docs/help/rank_equals.html index dfa28f39..bd5b3727 100644 --- a/docs/help/rank_equals.html +++ b/docs/help/rank_equals.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="equal-"><a class="header" href="#equal-">Equal (<code><span class='Function'>=</span></code>)</a></h1> <h2 id="-๐ฉ-rank"><a class="header" href="#-๐ฉ-rank"><code><span class='Function'>=</span> <span class='Value'>๐ฉ</span></code>: Rank</a></h2> +<p><a class="fulldoc" href="../doc/shape.html">โfull documentation</a></p> <p>Returns the number of dimensions 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=PSAwCgo9IDPipYowCgo9IDPigL8z4qWKMAoKM+KAvzPigL8zIOKliiDin6jin6gw4p+p4p+p">โ๏ธ</a><pre> <span class='Function'>=</span> <span class='Number'>0</span> 0 @@ -32,6 +33,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-equal-to"><a class="header" href="#๐จ--๐ฉ-equal-to"><code><span class='Value'>๐จ</span> <span class='Function'>=</span> <span class='Value'>๐ฉ</span></code>: Equal To</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#comparisons">โfull documentation</a></p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSA9IDMKCjLigL8z4oC/MCA9IDPigL8x4oC/MAoKJ2EnID0gJ2En">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>=</span> <span class='Number'>3</span> 0 diff --git a/docs/help/reciprocal_divide.html b/docs/help/reciprocal_divide.html index 1f361b93..c7bd863f 100644 --- a/docs/help/reciprocal_divide.html +++ b/docs/help/reciprocal_divide.html @@ -6,12 +6,14 @@ <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="divide-"><a class="header" href="#divide-">Divide (<code><span class='Function'>รท</span></code>)</a></h1> <h2 id="-๐ฉ-reciprocal"><a class="header" href="#-๐ฉ-reciprocal"><code><span class='Function'>รท</span> <span class='Value'>๐ฉ</span></code>: Reciprocal</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p>Gives <code><span class='Number'>1</span> <span class='Function'>รท</span> <span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=w7cgNQ==">โ๏ธ</a><pre> <span class='Function'>รท</span> <span class='Number'>5</span> 0.2 </pre> <h2 id="๐จ--๐ฉ-divide"><a class="header" href="#๐จ--๐ฉ-divide"><code><span class='Value'>๐จ</span> <span class='Function'>รท</span> <span class='Value'>๐ฉ</span></code>: Divide</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p><code><span class='Value'>๐จ</span></code> divided by <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSDDtyA0CgoxNCDDtyA3">โ๏ธ</a><pre> <span class='Number'>5</span> <span class='Function'>รท</span> <span class='Number'>4</span> diff --git a/docs/help/repeat.html b/docs/help/repeat.html index 0112fa53..8bb6e6fe 100644 --- a/docs/help/repeat.html +++ b/docs/help/repeat.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="circle-star-"><a class="header" href="#circle-star-">Circle Star (<code><span class='Modifier2'>โ</span></code>)</a></h1> <h2 id="๐ฝ๐พ-๐ฉ-๐จ-๐ฝ๐พ-๐ฉ-repeat"><a class="header" href="#๐ฝ๐พ-๐ฉ-๐จ-๐ฝ๐พ-๐ฉ-repeat"><code><span class='Function'>๐ฝ</span><span class='Modifier2'>โ</span><span class='Function'>๐พ</span> <span class='Value'>๐ฉ</span></code>, <code><span class='Value'>๐จ</span> <span class='Function'>๐ฝ</span><span class='Modifier2'>โ</span><span class='Function'>๐พ</span> <span class='Value'>๐ฉ</span></code>: Repeat</a></h2> +<p><a class="fulldoc" href="../doc/repeat.html">โfull documentation</a></p> <p>Apply <code><span class='Function'>๐พ</span></code> to <code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code>, then apply <code><span class='Function'>๐ฝ</span></code> to <code><span class='Value'>๐ฉ</span></code> that may times. If <code><span class='Value'>๐จ</span></code> is given, use it each time as a constant left argument.</p> <p>If <code><span class='Function'>๐พ</span></code> returns an array, give <code><span class='Function'>๐ฝ</span><span class='Modifier2'>โ</span><span class='Value'>๐ฉ</span></code> for each of its elements.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSAr4o2f4oqiIDQKCjEgK+KNnzHigL8y4oC/MyA0CgozIOKIvuKNn3viiaDwnZWpfSDin6g0LDUsNuKfqQ==">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>+</span><span class='Modifier2'>โ</span><span class='Function'>โข</span> <span class='Number'>4</span> diff --git a/docs/help/reverse_rotate.html b/docs/help/reverse_rotate.html index 175bd6a1..a245c6f5 100644 --- a/docs/help/reverse_rotate.html +++ b/docs/help/reverse_rotate.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="circle-stile-"><a class="header" href="#circle-stile-">Circle Stile (<code><span class='Function'>โฝ</span></code>)</a></h1> <h2 id="-๐ฉ-reverse"><a class="header" href="#-๐ฉ-reverse"><code><span class='Function'>โฝ</span> <span class='Value'>๐ฉ</span></code>: Reverse</a></h2> +<p><a class="fulldoc" href="../doc/reverse.html">โfull documentation</a></p> <p>Reverse <code><span class='Value'>๐ฉ</span></code> along the first axis.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oy9IDHigL8y4oC/MwoKYSDihpAgM+KAvzMg4qWKIOKGlTkKCuKMvSBh">โ๏ธ</a><pre> <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> โจ 3 2 1 โฉ @@ -20,6 +21,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-rotate"><a class="header" href="#๐จ--๐ฉ-rotate"><code><span class='Value'>๐จ</span> <span class='Function'>โฝ</span> <span class='Value'>๐ฉ</span></code>: Rotate</a></h2> +<p><a class="fulldoc" href="../doc/reverse.html#rotate">โfull documentation</a></p> <p>Move the first <code><span class='Value'>๐จ</span></code> elements of <code><span class='Value'>๐ฉ</span></code> to its end. Negative <code><span class='Value'>๐จ</span></code> reverses the direction of rotation.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MiDijL0gMeKAvzLigL8zCgpiIOKGkCAz4oC/MyDipYog4oaVOQoKMiDijL0gYg==">โ๏ธ</a><pre> <span class='Number'>2</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> โจ 3 1 2 โฉ diff --git a/docs/help/rightargument.html b/docs/help/rightargument.html index c2f8885a..835b2415 100644 --- a/docs/help/rightargument.html +++ b/docs/help/rightargument.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="mathematical-double-struck-x-๐ฉ"><a class="header" href="#mathematical-double-struck-x-๐ฉ">Mathematical Double-struck X (<code><span class='Value'>๐ฉ</span></code>)</a></h1> <h2 id="๐ฉ-right-argument"><a class="header" href="#๐ฉ-right-argument"><code><span class='Value'>๐ฉ</span></code>: Right Argument</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#blocks">โfull documentation</a></p> <p>A variable assigned to the right argument of a block. <code><span class='Function'>๐</span></code> can be used to access the right argument as a function.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSB78J2VqX0gMQ==">โ๏ธ</a><pre> <span class='Number'>5</span> <span class='Brace'>{</span><span class='Value'>๐ฉ</span><span class='Brace'>}</span> <span class='Number'>1</span> 1 diff --git a/docs/help/scan.html b/docs/help/scan.html index 7eee9b98..295bb521 100644 --- a/docs/help/scan.html +++ b/docs/help/scan.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="grave---"><a class="header" href="#grave---">Grave (<code><span class='Modifier'>`</span></code>)</a></h1> <h2 id="๐ฝ-๐ฉ-scan"><a class="header" href="#๐ฝ-๐ฉ-scan"><code><span class='Function'>๐ฝ</span><span class='Modifier'>`</span> <span class='Value'>๐ฉ</span></code>: Scan</a></h2> +<p><a class="fulldoc" href="../doc/scan.html">โfull documentation</a></p> <p>Scan over <code><span class='Value'>๐ฉ</span></code> with <code><span class='Function'>๐ฝ</span></code> from left to right, producing intermediate values.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=K2AgMeKAvzLigL8zCgrin6gxLCAxKzIsICgxKzIpKzPin6kKCi1gIDHigL8y4oC/MwoK4p+oMSwgMS0yLCAoMS0yKS0z4p+p">โ๏ธ</a><pre> <span class='Function'>+</span><span class='Modifier'>`</span> <span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>3</span> โจ 1 3 6 โฉ diff --git a/docs/help/separator.html b/docs/help/separator.html index 94350f77..3c104dbe 100644 --- a/docs/help/separator.html +++ b/docs/help/separator.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="comma--and-diamond-"><a class="header" href="#comma--and-diamond-">Comma (<code><span class='Separator'>,</span></code>) and Diamond (<code><span class='Separator'>โ</span></code>)</a></h1> <h2 id="-or--separator"><a class="header" href="#-or--separator"><code><span class='Separator'>,</span></code> or <code><span class='Separator'>โ</span></code>: Separator</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#separators">โfull documentation</a></p> <p>Separates statements in blocks, programs, and arrays. Characters <code><span class='Separator'>,</span></code> and <code><span class='Separator'>โ</span></code> are interchangeable with each other and with newline.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=YSDihpAgMyAsIOKKoiBiIOKGkCAyCgoxIOKLhCAyICwgMwoK4p+oMSAsIDIg4ouEIDPin6kKCnsxIOKLhCAyIOKLhCAzfQ==">โ๏ธ</a><pre> <span class='Value'>a</span> <span class='Gets'>โ</span> <span class='Number'>3</span> <span class='Separator'>,</span> <span class='Function'>โข</span> <span class='Value'>b</span> <span class='Gets'>โ</span> <span class='Number'>2</span> 2 diff --git a/docs/help/shape_notmatch.html b/docs/help/shape_notmatch.html index 89fc61b0..6308a483 100644 --- a/docs/help/shape_notmatch.html +++ b/docs/help/shape_notmatch.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="not-identical-to-"><a class="header" href="#not-identical-to-">Not Identical To (<code><span class='Function'>โข</span></code>)</a></h1> <h2 id="-๐ฉ-shape"><a class="header" href="#-๐ฉ-shape"><code><span class='Function'>โข</span> <span class='Value'>๐ฉ</span></code>: Shape</a></h2> +<p><a class="fulldoc" href="../doc/shape.html">โfull documentation</a></p> <p>Length of each dimension of x.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4omiIDEKCuKJoiAx4oC/MgoK4omiIDHigL8yIOKJjSAz4oC/NA==">โ๏ธ</a><pre> <span class='Function'>โข</span> <span class='Number'>1</span> โจโฉ @@ -17,6 +18,7 @@ โจ 2 2 โฉ </pre> <h2 id="๐จ--๐ฉ-not-match"><a class="header" href="#๐จ--๐ฉ-not-match"><code><span class='Value'>๐จ</span> <span class='Function'>โข</span> <span class='Value'>๐ฉ</span></code>: Not Match</a></h2> +<p><a class="fulldoc" href="../doc/match.html">โfull documentation</a></p> <p>Does <code><span class='Value'>๐จ</span></code> not exactly match <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=MSDiiaIg4p+oMeKfqQoK4p+oMeKfqSDiiaIg4p+oMeKfqQ==">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โข</span> <span class='Bracket'>โจ</span><span class='Number'>1</span><span class='Bracket'>โฉ</span> 1 diff --git a/docs/help/shiftafter.html b/docs/help/shiftafter.html index ac75ab15..1c92f0dd 100644 --- a/docs/help/shiftafter.html +++ b/docs/help/shiftafter.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="right-pointing-double-angle-quotation-"><a class="header" href="#right-pointing-double-angle-quotation-">Right Pointing Double Angle Quotation (<code><span class='Function'>ยป</span></code>)</a></h1> <h2 id="-๐ฉ-shift-after"><a class="header" href="#-๐ฉ-shift-after"><code><span class='Function'>ยป</span> <span class='Value'>๐ฉ</span></code>: Shift After</a></h2> +<p><a class="fulldoc" href="../doc/shift.html">โfull documentation</a></p> <p>Remove the last element of <code><span class='Value'>๐ฉ</span></code>, add a cell of fill values to the start of the first axis 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=wrsgMeKAvzLigL8zCgrCuyAz4oC/MyDipYogOQ==">โ๏ธ</a><pre> <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> โจ 0 1 2 โฉ @@ -18,6 +19,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-shift-after"><a class="header" href="#๐จ--๐ฉ-shift-after"><code><span class='Value'>๐จ</span> <span class='Function'>ยป</span> <span class='Value'>๐ฉ</span></code>: Shift After</a></h2> +<p><a class="fulldoc" href="../doc/shift.html">โfull documentation</a></p> <p>Remove the last <code><span class='Function'>โ </span><span class='Value'>๐จ</span></code> (length) major cells from <code><span class='Value'>๐ฉ</span></code>, join <code><span class='Value'>๐จ</span></code> to the start of <code><span class='Value'>๐ฉ</span></code>. Ranks must match.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NzggwrsgMeKAvzLigL8zCgox4oC/MiDCuyAx4oC/MuKAvzMKCmEg4oaQIDPigL8zIOKliiA5Cgox4oC/MuKAvzMgwrsgYQ==">โ๏ธ</a><pre> <span class='Number'>78</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> โจ 78 1 2 โฉ diff --git a/docs/help/shiftbefore.html b/docs/help/shiftbefore.html index 551f2e44..7b73bb9c 100644 --- a/docs/help/shiftbefore.html +++ b/docs/help/shiftbefore.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="left-pointing-double-angle-quotation-"><a class="header" href="#left-pointing-double-angle-quotation-">Left Pointing Double Angle Quotation (<code><span class='Function'>ยซ</span></code>)</a></h1> <h2 id="-๐ฉ-shift-before"><a class="header" href="#-๐ฉ-shift-before"><code><span class='Function'>ยซ</span> <span class='Value'>๐ฉ</span></code>: Shift Before</a></h2> +<p><a class="fulldoc" href="../doc/shift.html">โfull documentation</a></p> <p>Remove the first element of <code><span class='Value'>๐ฉ</span></code>, add a cell of fill values to the end of the first axis 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=NzggwqsgMeKAvzLigL8zCgrCqyAx4oC/MuKAvzMKCsKrIDPigL8zIOKliiA5">โ๏ธ</a><pre> <span class='Number'>78</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> โจ 2 3 78 โฉ @@ -21,6 +22,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-shift-before"><a class="header" href="#๐จ--๐ฉ-shift-before"><code><span class='Value'>๐จ</span> <span class='Function'>ยซ</span> <span class='Value'>๐ฉ</span></code>: Shift Before</a></h2> +<p><a class="fulldoc" href="../doc/shift.html">โfull documentation</a></p> <p>Remove the first <code><span class='Function'>โ </span><span class='Value'>๐จ</span></code> (length) major cells from <code><span class='Value'>๐ฉ</span></code>, join <code><span class='Value'>๐จ</span></code> to the end of <code><span class='Value'>๐ฉ</span></code>. Ranks must match.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=OOKAvzUgwqsgMeKAvzLigL8zCgphIOKGkCAz4oC/MyDipYogOQoKMeKAvzLigL8zIMKrIGE=">โ๏ธ</a><pre> <span class='Number'>8</span><span class='Ligature'>โฟ</span><span class='Number'>5</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> โจ 3 8 5 โฉ diff --git a/docs/help/sign_multiply.html b/docs/help/sign_multiply.html index ed17f525..c22310db 100644 --- a/docs/help/sign_multiply.html +++ b/docs/help/sign_multiply.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="times-"><a class="header" href="#times-">Times (<code><span class='Function'>ร</span></code>)</a></h1> <h2 id="-๐ฉ-sign"><a class="header" href="#-๐ฉ-sign"><code><span class='Function'>ร</span> <span class='Value'>๐ฉ</span></code>: Sign</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p>Sign of <code><span class='Value'>๐ฉ</span></code>.</p> <ul> <li><code><span class='Number'>ยฏ1</span></code> if <code><span class='Value'>๐ฉ</span> <span class='Function'><</span> <span class='Number'>0</span></code></li> @@ -17,6 +18,7 @@ โจ ยฏ1 0 1 1 โฉ </pre> <h2 id="๐จ--๐ฉ-multiply"><a class="header" href="#๐จ--๐ฉ-multiply"><code><span class='Value'>๐จ</span> <span class='Function'>ร</span> <span class='Value'>๐ฉ</span></code>: Multiply</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p><code><span class='Value'>๐จ</span></code> multiplied by <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDDlyAyCgoyIMOXIDLigL8z4oC/NA==">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>ร</span> <span class='Number'>2</span> diff --git a/docs/help/solo_couple.html b/docs/help/solo_couple.html index 0f3f5579..002647ba 100644 --- a/docs/help/solo_couple.html +++ b/docs/help/solo_couple.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="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> +<p><a class="fulldoc" href="../doc/couple.html">โfull documentation</a></p> <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=4omNIDEKCgriiY3iiY0gMQoKCuKJjeKJjeKJjSAxCgoK4omN4omNIDHigL8y4oC/M+KAvzQKCgriiY3iiY3iiY0gMeKAvzLigL8z4oC/NA==">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>1</span> โจ 1 โฉ @@ -35,6 +36,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-couple"><a class="header" href="#๐จ--๐ฉ-couple"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Couple</a></h2> +<p><a class="fulldoc" href="../doc/couple.html">โfull documentation</a></p> <p>Join <code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code> along a newly created axis.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDiiY0gMwoKMeKAvzIg4omNIDLigL8z">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โ</span> <span class='Number'>3</span> โจ 1 3 โฉ diff --git a/docs/help/sortdown_or.html b/docs/help/sortdown_or.html index 99a3157a..6d5e7e84 100644 --- a/docs/help/sortdown_or.html +++ b/docs/help/sortdown_or.html @@ -6,11 +6,13 @@ <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="logical-or-"><a class="header" href="#logical-or-">Logical Or (<code><span class='Function'>โจ</span></code>)</a></h1> <h2 id="-๐ฉ-sort-down"><a class="header" href="#-๐ฉ-sort-down"><code><span class='Function'>โจ</span> <span class='Value'>๐ฉ</span></code>: Sort Down</a></h2> +<p><a class="fulldoc" href="../doc/order.html#sort">โfull documentation</a></p> <p>Sort array <code><span class='Value'>๐ฉ</span></code> in descending order.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oioIDPigL8x4oC/NOKAvzHigL81">โ๏ธ</a><pre> <span class='Function'>โจ</span> <span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>5</span> โจ 5 4 3 1 1 โฉ </pre> <h2 id="๐จ--๐ฉ-logical-or"><a class="header" href="#๐จ--๐ฉ-logical-or"><code><span class='Value'>๐จ</span> <span class='Function'>โจ</span> <span class='Value'>๐ฉ</span></code>: Logical Or</a></h2> +<p><a class="fulldoc" href="../doc/logic.html">โfull documentation</a></p> <p>Logical Or of <code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDiiKggMAoKMeKAvzAg4oioIDHigL8xCgowIOKIqCAw">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โจ</span> <span class='Number'>0</span> diff --git a/docs/help/sortup_and.html b/docs/help/sortup_and.html index 57d7fa14..898db27a 100644 --- a/docs/help/sortup_and.html +++ b/docs/help/sortup_and.html @@ -6,11 +6,13 @@ <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="logical-and-"><a class="header" href="#logical-and-">Logical And (<code><span class='Function'>โง</span></code>)</a></h1> <h2 id="-๐ฉ-sort-up"><a class="header" href="#-๐ฉ-sort-up"><code><span class='Function'>โง</span> <span class='Value'>๐ฉ</span></code>: Sort Up</a></h2> +<p><a class="fulldoc" href="../doc/order.html#sort">โfull documentation</a></p> <p>Sort array <code><span class='Value'>๐ฉ</span></code> in ascending order.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oinIDPigL8x4oC/NOKAvzHigL81">โ๏ธ</a><pre> <span class='Function'>โง</span> <span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>5</span> โจ 1 1 3 4 5 โฉ </pre> <h2 id="๐จ--๐ฉ-logical-and"><a class="header" href="#๐จ--๐ฉ-logical-and"><code><span class='Value'>๐จ</span> <span class='Function'>โง</span> <span class='Value'>๐ฉ</span></code>: Logical And</a></h2> +<p><a class="fulldoc" href="../doc/logic.html">โfull documentation</a></p> <p>Logical And of <code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDiiKcgMQoKMeKAvzAg4oinIDHigL8x">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โง</span> <span class='Number'>1</span> diff --git a/docs/help/squareroot_root.html b/docs/help/squareroot_root.html index 4db19c16..21c88b38 100644 --- a/docs/help/squareroot_root.html +++ b/docs/help/squareroot_root.html @@ -6,11 +6,13 @@ <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="root-"><a class="header" href="#root-">Root (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-square-root"><a class="header" href="#-๐ฉ-square-root"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Square root</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oiaIDI=">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>2</span> 1.414213562373095 </pre> <h2 id="๐จ--๐ฉ-root"><a class="header" href="#๐จ--๐ฉ-root"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Root</a></h2> +<p><a class="fulldoc" href="../doc/arithmetic.html#basic-arithmetic">โfull documentation</a></p> <p><code><span class='Value'>๐จ</span></code>th root of <code><span class='Value'>๐ฉ</span></code>.</p> <p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MiDiiJogMgoKMeKAvzLigL8z4oC/NCDiiJogNA==">โ๏ธ</a><pre> <span class='Number'>2</span> <span class='Function'>โ</span> <span class='Number'>2</span> diff --git a/docs/help/strand.html b/docs/help/strand.html index 112eeceb..60d577aa 100644 --- a/docs/help/strand.html +++ b/docs/help/strand.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="undertie-"><a class="header" href="#undertie-">Undertie (<code><span class='Ligature'>โฟ</span></code>)</a></h1> <h2 id="-strand"><a class="header" href="#-strand"><code><span class='Ligature'>โฟ</span></code>: Strand</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#list-notation">โfull documentation</a></p> <p>Create a list via <a href="../doc/arrayrepr.html#strands">strand notation</a>.</p> <p>Placing <code><span class='Ligature'>โฟ</span></code> between valid BQN expressions will create a list out of the end results of those expressions.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MeKAvzLigL8zCgor4oC/LeKAvzU2">โ๏ธ</a><pre> <span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>3</span> diff --git a/docs/help/suffixes_drop.html b/docs/help/suffixes_drop.html index 8628dd68..d4e824a1 100644 --- a/docs/help/suffixes_drop.html +++ b/docs/help/suffixes_drop.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="down-arrow-"><a class="header" href="#down-arrow-">Down Arrow (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-suffixes"><a class="header" href="#-๐ฉ-suffixes"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Suffixes</a></h2> +<p><a class="fulldoc" href="../doc/prefixes.html">โfull documentation</a></p> <p>Suffixes of array <code><span class='Value'>๐ฉ</span></code> along its first axis.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oaTIDHigL8y4oC/M+KAvzQKCmEg4oaQIDPigL8zIOKliiDihpU5CgrihpMgYQ==">โ๏ธ</a><pre> <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 โฉ โจ 2 3 4 โฉ โจ 3 4 โฉ โจ 4 โฉ โจโฉ โฉ @@ -22,6 +23,7 @@ โ </pre> <h2 id="๐จ--๐ฉ-drop"><a class="header" href="#๐จ--๐ฉ-drop"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Drop</a></h2> +<p><a class="fulldoc" href="../doc/take.html">โfull documentation</a></p> <p>For each integer in <code><span class='Value'>๐จ</span></code>, drop that many elements from the beginning of each dimension of <code><span class='Value'>๐ฉ</span></code>.</p> <p>Negative numbers drop from the end.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MyDihpMgMeKAvzPigL814oC/NjcKCmIg4oaQIDTigL80IOKliiDihpUxNgoKM+KAvzMg4oaTIGIKCjXigL81IOKGkyBiCgoKM+KAv8KvMyDihpMgYg==">โ๏ธ</a><pre> <span class='Number'>3</span> <span class='Function'>โ</span> <span class='Number'>1</span><span class='Ligature'>โฟ</span><span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>67</span> diff --git a/docs/help/table.html b/docs/help/table.html index 29d7ecc5..f5f3c0f0 100644 --- a/docs/help/table.html +++ b/docs/help/table.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="top-left-corner-"><a class="header" href="#top-left-corner-">Top Left Corner (<code><span class='Modifier'>โ</span></code>)</a></h1> <h2 id="๐จ-๐ฝ-๐ฉ-table"><a class="header" href="#๐จ-๐ฝ-๐ฉ-table"><code><span class='Value'>๐จ</span> <span class='Function'>๐ฝ</span><span class='Modifier'>โ</span> <span class='Value'>๐ฉ</span></code>: Table</a></h2> +<p><a class="fulldoc" href="../doc/map.html">โfull documentation</a></p> <p>Apply <code><span class='Function'>๐ฝ</span></code> between every possible pair of the elements of the arguments.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MeKAvzLigL8z4oC/NCAr4oycIDTigL814oC/NuKAvzcKCiJhYmMiIOKIvuKMnCAieHl6Ig==">โ๏ธ</a><pre> <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> <span class='Function'>+</span><span class='Modifier'>โ</span> <span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>6</span><span class='Ligature'>โฟ</span><span class='Number'>7</span> โโ diff --git a/docs/help/transpose_reorderaxes.html b/docs/help/transpose_reorderaxes.html index c1efb724..7c511bd2 100644 --- a/docs/help/transpose_reorderaxes.html +++ b/docs/help/transpose_reorderaxes.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="circle-backslash-"><a class="header" href="#circle-backslash-">Circle Backslash (<code><span class='Function'>โ</span></code>)</a></h1> <h2 id="-๐ฉ-transpose"><a class="header" href="#-๐ฉ-transpose"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Transpose</a></h2> +<p><a class="fulldoc" href="../doc/transpose.html">โfull documentation</a></p> <p>Move the first axis of <code><span class='Value'>๐ฉ</span></code> to the end.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=YSDihpAgM+KAvzMg4qWKIOKGlTkKCuKNiSBhCgpiIOKGkCAx4oC/MuKAvzMg4qWKIOKGlTYKCuKJouKNiSBi">โ๏ธ</a><pre> <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> @@ -22,6 +23,7 @@ โจ 2 3 1 โฉ </pre> <h2 id="๐จ--๐ฉ-reorder-axes"><a class="header" href="#๐จ--๐ฉ-reorder-axes"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Reorder Axes</a></h2> +<p><a class="fulldoc" href="../doc/transpose.html">โfull documentation</a></p> <p>Rearrange the axes of <code><span class='Value'>๐ฉ</span></code> as per the axis 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=4omiIGMg4oaQIDLigL8z4oC/NOKAvzXigL82IOKlijEKCuKJoiAx4oC/M+KAvzLigL8w4oC/NCDijYkgYw==">โ๏ธ</a><pre> <span class='Function'>โข</span> <span class='Value'>c</span> <span class='Gets'>โ</span> <span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>5</span><span class='Ligature'>โฟ</span><span class='Number'>6</span> <span class='Function'>โฅ</span><span class='Number'>1</span> โจ 2 3 4 5 6 โฉ diff --git a/docs/help/undo.html b/docs/help/undo.html index dfb27aeb..77ba8bb4 100644 --- a/docs/help/undo.html +++ b/docs/help/undo.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="superscript-equals-sign-"><a class="header" href="#superscript-equals-sign-">Superscript Equals Sign (<code><span class='Modifier'>โผ</span></code>)</a></h1> <h2 id="๐ฝ-๐ฉ-๐จ-๐ฝ-๐ฉ-undo"><a class="header" href="#๐ฝ-๐ฉ-๐จ-๐ฝ-๐ฉ-undo"><code><span class='Function'>๐ฝ</span><span class='Modifier'>โผ</span> <span class='Value'>๐ฉ</span></code>, <code><span class='Value'>๐จ</span> <span class='Function'>๐ฝ</span><span class='Modifier'>โผ</span> <span class='Value'>๐ฉ</span></code>: Undo</a></h2> +<p><a class="fulldoc" href="../doc/undo.html">โfull documentation</a></p> <p>Invert the function <code><span class='Function'>๐ฝ</span></code>, or use its defined inverse. Not all functions have inverses.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSAtIDIKCjEgLeKBvCAyCgriiJogMTYKCuKImuKBvCA0Cgrii4YgMQoK4ouG4oG8IDIuNzE4MjgxODI4NDU5MDQ1">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>-</span> <span class='Number'>2</span> ยฏ1 |
