aboutsummaryrefslogtreecommitdiff
path: root/docs/help/leftargument.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/leftargument.html')
-rw-r--r--docs/help/leftargument.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/leftargument.html b/docs/help/leftargument.html
index 785b16f8..2c92de98 100644
--- a/docs/help/leftargument.html
+++ b/docs/help/leftargument.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="mathematical-double-struck-w-𝕨"><a class="header" href="#mathematical-double-struck-w-𝕨">Mathematical Double-struck W (<code><span class='Value'>𝕨</span></code>)</a></h1>
<h2 id="𝕨-left-argument"><a class="header" href="#𝕨-left-argument"><code><span class='Value'>𝕨</span></code>: Left Argument</a></h2>
+<p><a class="fulldoc" href="../doc/syntax.html#blocks">→full documentation</a></p>
<p>A variable assigned to the left argument of a block. <code><span class='Function'>𝕎</span></code> can be used to access the left argument as a function.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSB78J2VqH0gMQ==">↗️</a><pre> <span class='Number'>5</span> <span class='Brace'>{</span><span class='Value'>𝕨</span><span class='Brace'>}</span> <span class='Number'>1</span>
5