aboutsummaryrefslogtreecommitdiff
path: root/docs/help/beginexpression.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/beginexpression.html')
-rw-r--r--docs/help/beginexpression.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/beginexpression.html b/docs/help/beginexpression.html
index c0373269..056524e5 100644
--- a/docs/help/beginexpression.html
+++ b/docs/help/beginexpression.html
@@ -7,7 +7,7 @@
<h1 id="left-parenthesis-"><a class="header" href="#left-parenthesis-">Left Parenthesis (<code><span class='Paren'>(</span></code>)</a></h1>
<h2 id="--begin-expression"><a class="header" href="#--begin-expression"><code><span class='Paren'>(</span> <span class='Value'>...</span></code>: Begin Expression</a></h2>
<p>Starts an expression, and only one expression. Must end with a corresponding <code><span class='Paren'>)</span></code>.</p>
-<p><code><span class='Paren'>(</span></code> gives higher precedence to the expression in it, and BQN will evaluate expressions in <code><span class='Paren'>()</span></code> first.</p>
+<p><code><span class='Paren'>(</span></code> supercedes any precedence order, so that an expression in <code><span class='Paren'>()</span></code> is evaluated fully before it can be used in the outer context.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSArIDIgLSAzCgooMSArIDIpIC0gMw==">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>+</span> <span class='Number'>2</span> <span class='Function'>-</span> <span class='Number'>3</span>
0