diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-23 22:48:11 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-23 22:48:11 -0500 |
| commit | 3338439f07f5e583d317ba9c6aed75e0b6093c3f (patch) | |
| tree | b092ad366caba4ee028db5f1bd9fa1097a3164d4 /docs/help/2-modifierrightoperand.html | |
| parent | c0a57fa52ace56bf79e4956fb10df4288f53d054 (diff) | |
Minor terminology fixes
Diffstat (limited to 'docs/help/2-modifierrightoperand.html')
| -rw-r--r-- | docs/help/2-modifierrightoperand.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/2-modifierrightoperand.html b/docs/help/2-modifierrightoperand.html index ceba24c0..f7a71bdf 100644 --- a/docs/help/2-modifierrightoperand.html +++ b/docs/help/2-modifierrightoperand.html @@ -6,7 +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="mathematical-double-struck-g-"><a class="header" href="#mathematical-double-struck-g-">Mathematical Double-struck G (<code><span class='Function'>𝔾</span></code>)</a></h1> <h2 id="-2-modifier-right-operand"><a class="header" href="#-2-modifier-right-operand"><code><span class='Function'>𝔾</span></code>: 2-Modifier Right operand</a></h2> -<p>A variable assigned to the right operand of a 2-modifier block. <code><span class='Value'>𝕘</span></code> can be used to access the right operand as a value.</p> +<p>A variable assigned to the right operand of a 2-modifier block. <code><span class='Value'>𝕘</span></code> can be used to access the right operand as a subject.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSAre/CdlZh9MyAx">↗️</a><pre> <span class='Number'>5</span> <span class='Function'>+</span><span class='Brace'>{</span><span class='Value'>𝕘</span><span class='Brace'>}</span><span class='Number'>3</span> <span class='Number'>1</span> 3 </pre> |
