diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-05-15 22:05:00 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-05-15 22:05:00 -0400 |
| commit | 5d06c6be4bea0f3b3d31d9f35a29f9a7460679a4 (patch) | |
| tree | a09abf07a85b60a0b637410fa826f101354a7edb /docs/help/change.html | |
| parent | ade2f9fbb72bc960a053b6aebf6287977b099090 (diff) | |
Add help sections for modified assignment F↩
Diffstat (limited to 'docs/help/change.html')
| -rw-r--r-- | docs/help/change.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/help/change.html b/docs/help/change.html index a4331332..172b4c58 100644 --- a/docs/help/change.html +++ b/docs/help/change.html @@ -18,3 +18,15 @@ <span class='Function'>⊢</span> <span class='Value'>b</span> <span class='Gets'>↩</span> <span class='String'>"Be the change you wish to see in the world."</span> "Be the change you wish to see in the world." </pre> +<h2 id="n-f-modify"><a class="header" href="#n-f-modify"><code><span class='Value'>n</span> <span class='Function'>F</span><span class='Gets'>↩</span></code>: Modify</a></h2> +<p><a class="fulldoc" href="../doc/expression.html#assignment">→full documentation</a></p> +<p>Apply function <code><span class='Function'>F</span></code> to existing variable <code><span class='Value'>n</span></code>, and assign the result back to <code><span class='Value'>n</span></code>.</p> +<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqiIGIg4oy94oap">↗️</a><pre> <span class='Function'>⊢</span> <span class='Value'>b</span> <span class='Function'>⌽</span><span class='Gets'>↩</span> +".dlrow eht ni ees ot hsiw uoy egnahc eht eB" +</pre> +<h2 id="n-f-v-modify"><a class="header" href="#n-f-v-modify"><code><span class='Value'>n</span> <span class='Function'>F</span><span class='Gets'>↩</span> <span class='Value'>v</span></code>: Modify</a></h2> +<p><a class="fulldoc" href="../doc/expression.html#assignment">→full documentation</a></p> +<p>Assign <code><span class='Value'>n</span> <span class='Function'>F</span> <span class='Value'>v</span></code> to <code><span class='Value'>n</span></code>.</p> +<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqiIGIg4oaTy5zihqkgNg==">↗️</a><pre> <span class='Function'>⊢</span> <span class='Value'>b</span> <span class='Function'>↓</span><span class='Modifier'>˜</span><span class='Gets'>↩</span> <span class='Number'>6</span> +" eht ni ees ot hsiw uoy egnahc eht eB" +</pre> |
