aboutsummaryrefslogtreecommitdiff
path: root/docs/help/beginexpression.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-15 21:58:45 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-15 21:58:45 -0400
commitade2f9fbb72bc960a053b6aebf6287977b099090 (patch)
treeb9f9cd62807991ffb537d406c00b6f77b60750bf /docs/help/beginexpression.html
parent8a64b4b7a1a721b0d8034195ba718aed6992241e (diff)
Fill in some missing full documentation links from help
Diffstat (limited to 'docs/help/beginexpression.html')
-rw-r--r--docs/help/beginexpression.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/beginexpression.html b/docs/help/beginexpression.html
index 056524e5..609cad2c 100644
--- a/docs/help/beginexpression.html
+++ b/docs/help/beginexpression.html
@@ -5,6 +5,7 @@
</head>
<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="left-parenthesis-"><a class="header" href="#left-parenthesis-">Left Parenthesis (<code><span class='Paren'>(</span></code>)</a></h1>
+<p><a class="fulldoc" href="../doc/expression.html#parentheses">→full documentation</a></p>
<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> 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>