diff options
Diffstat (limited to 'docs/help')
| -rw-r--r-- | docs/help/beginexpression.html | 1 | ||||
| -rw-r--r-- | docs/help/endexpression.html | 1 | ||||
| -rw-r--r-- | docs/help/nothing.html | 1 | ||||
| -rw-r--r-- | docs/help/system.html | 1 |
4 files changed, 4 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> diff --git a/docs/help/endexpression.html b/docs/help/endexpression.html index abb0d8b9..4c8e80b8 100644 --- a/docs/help/endexpression.html +++ b/docs/help/endexpression.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="right-parenthesis-"><a class="header" href="#right-parenthesis-">Right Parenthesis (<code><span class='Paren'>)</span></code>)</a></h1> <h2 id="--end-expression"><a class="header" href="#--end-expression"><code><span class='Value'>...</span> <span class='Paren'>)</span></code>: End Expression</a></h2> +<p><a class="fulldoc" href="../doc/expression.html#parentheses">→full documentation</a></p> <p>The closing symbol for <code><span class='Paren'>(</span></code>. See <a href="beginexpression.html">Begin Expression</a> for more details.</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 diff --git a/docs/help/nothing.html b/docs/help/nothing.html index 199406fd..4eb833ea 100644 --- a/docs/help/nothing.html +++ b/docs/help/nothing.html @@ -12,6 +12,7 @@ </span>"cba" </pre> <h3 id="in-trains"><a class="header" href="#in-trains">In Trains</a></h3> +<p><a class="fulldoc" href="../doc/train.html#2-train-3-train">→full documentation</a></p> <p>Nothing can serve as a left argument in a train to string together multiple monadic functions.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=KC0rLSkgNQoKKC3CtystKSA1">↗️</a><pre> <span class='Paren'>(</span><span class='Function'>-+-</span><span class='Paren'>)</span> <span class='Number'>5</span> ¯10 diff --git a/docs/help/system.html b/docs/help/system.html index e3094079..e273716a 100644 --- a/docs/help/system.html +++ b/docs/help/system.html @@ -6,5 +6,6 @@ <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="bullet-"><a class="header" href="#bullet-">Bullet (<code><span class='Value'>•</span></code>)</a></h1> <h2 id="-system"><a class="header" href="#-system"><code><span class='Value'>•</span></code>: System</a></h2> +<p><a class="fulldoc" href="../spec/system.html">→specification</a></p> <p>A prefix for system functions. <code><span class='Value'>•listSys</span></code> gives a list of defined system value names.</p> <p><code><span class='Value'>•</span></code> is ignored when determining the role of the system value.</p> |
