aboutsummaryrefslogtreecommitdiff
path: root/docs/help/currentfunction.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-24 18:12:13 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-24 18:13:16 -0500
commit3b6599b12470fe9b1321111d31c34685ffd5db52 (patch)
treec2b5aa59341dbfec7868911ff6bf505716ec85a9 /docs/help/currentfunction.html
parentc9bc3e80280fd8a38f6297de80196dcbff9c28d9 (diff)
Github doesn't remove Unicode letters from header slugs apparently
Diffstat (limited to 'docs/help/currentfunction.html')
-rw-r--r--docs/help/currentfunction.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/currentfunction.html b/docs/help/currentfunction.html
index d60bd8a5..8aa11806 100644
--- a/docs/help/currentfunction.html
+++ b/docs/help/currentfunction.html
@@ -4,8 +4,8 @@
<title>BQN: Mathematical Double-struck S (𝕊)</title>
</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="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>
+<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 variable assigned to the current function block. <code><span class='Value'>𝕤</span></code> can be used to access the current function block as a subject.</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='Value'>:</span> <span class='Number'>1</span><span class='Value'>;</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