diff options
Diffstat (limited to 'docs/help/define.html')
| -rw-r--r-- | docs/help/define.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/define.html b/docs/help/define.html index 8e49ea1e..48b455e6 100644 --- a/docs/help/define.html +++ b/docs/help/define.html @@ -7,7 +7,7 @@ <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>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.</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> 1 |
