diff options
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> |
