aboutsummaryrefslogtreecommitdiff
path: root/docs/help/change.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/change.html')
-rw-r--r--docs/help/change.html1
1 files changed, 1 insertions, 0 deletions
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>