diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-29 17:48:16 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-29 17:48:16 -0500 |
| commit | 224d6ed83efb86fa16ac802af65c63d1b97543e2 (patch) | |
| tree | c7f53ccc2d752668d252494e3f648eef1107e2a9 /docs/help/leftargument.html | |
| parent | 9cfc45f731a121282f47218d6ab80c5b9b06e277 (diff) | |
More detail in a few help pages
Diffstat (limited to 'docs/help/leftargument.html')
| -rw-r--r-- | docs/help/leftargument.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/help/leftargument.html b/docs/help/leftargument.html index 2c92de98..58c60486 100644 --- a/docs/help/leftargument.html +++ b/docs/help/leftargument.html @@ -8,6 +8,16 @@ <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> +<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSB78J2VqH0gMQoKLeKAv8O3IHvwnZWO8J2VqX3CqCA0">โ๏ธ</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 + + <span class='Function'>-</span><span class='Ligature'>โฟ</span><span class='Function'>รท</span> <span class='Brace'>{</span><span class='Function'>๐</span><span class='Value'>๐ฉ</span><span class='Brace'>}</span><span class='Modifier'>ยจ</span> <span class='Number'>4</span> +โจ ยฏ4 0.25 โฉ +</pre> +<p>In a call with no left argument, <code><span class='Value'>๐จ</span></code> functions as <a href="nothing.html">Nothing</a> and <code><span class='Function'>๐</span></code> can't be used.</p> +<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=eygt8J2VqCnii4jwnZWpfSA2CgoyIHsoLfCdlagp4ouI8J2VqX0gNg==">โ๏ธ</a><pre> <span class='Brace'>{</span><span class='Paren'>(</span><span class='Function'>-</span><span class='Value'>๐จ</span><span class='Paren'>)</span><span class='Function'>โ</span><span class='Value'>๐ฉ</span><span class='Brace'>}</span> <span class='Number'>6</span> +โจ 6 โฉ + + <span class='Number'>2</span> <span class='Brace'>{</span><span class='Paren'>(</span><span class='Function'>-</span><span class='Value'>๐จ</span><span class='Paren'>)</span><span class='Function'>โ</span><span class='Value'>๐ฉ</span><span class='Brace'>}</span> <span class='Number'>6</span> +โจ ยฏ2 6 โฉ </pre> |
