aboutsummaryrefslogtreecommitdiff
path: root/docs/help/currentfunction.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-07-07 21:31:45 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-07-07 21:31:45 -0400
commitf2a5437140404f29607e75ff16668c7d8612afb7 (patch)
tree37ebcee5083308b02721f6d2a621449ba82850eb /docs/help/currentfunction.html
parent77c6ab5c8435c9fcde7c4742ee0e5eb06341eeff (diff)
More precise block and array notation links
Diffstat (limited to 'docs/help/currentfunction.html')
-rw-r--r--docs/help/currentfunction.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/currentfunction.html b/docs/help/currentfunction.html
index 3d884422..181f2273 100644
--- a/docs/help/currentfunction.html
+++ b/docs/help/currentfunction.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-s-𝕊"><a class="header" href="#mathematical-double-struck-s-𝕊">Mathematical Double-struck S (<code><span class='Function'>𝕊</span></code>)</a></h1>
<h2 id="𝕊-current-function"><a class="header" href="#𝕊-current-function"><code><span class='Function'>𝕊</span></code>: Current Function</a></h2>
-<p><a class="fulldoc" href="../doc/syntax.html#blocks">→full documentation</a></p>
+<p><a class="fulldoc" href="../doc/block.html#self-reference">→full documentation</a></p>
<p>A variable assigned to the current function block. <code><span class='Value'>𝕤</span></code> accesses the same value but has a subject role.</p>
<p><code><span class='Function'>𝕊</span></code> can be used for recursion.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=RiDihpAge/CdlYogMDogMTsg8J2VqSDDlyDwnZWKIPCdlaktMX0gIyBGYWN0b3JpYWwKRiA1Cgp78J2VpOKAv/CdlaR9NA==">↗️</a><pre> <span class='Function'>F</span> <span class='Gets'>←</span> <span class='Brace'>{</span><span class='Function'>𝕊</span> <span class='Number'>0</span><span class='Head'>:</span> <span class='Number'>1</span><span class='Head'>;</span> <span class='Value'>𝕩</span> <span class='Function'>×</span> <span class='Function'>𝕊</span> <span class='Value'>𝕩</span><span class='Function'>-</span><span class='Number'>1</span><span class='Brace'>}</span> <span class='Comment'># Factorial