aboutsummaryrefslogtreecommitdiff
path: root/docs/help
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-13 22:28:55 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-13 22:28:55 -0400
commit7273e5bec783772f6d61e056b5c138c70fd58663 (patch)
tree050d63a412d86d7b0f7a12509d601d09262dbc50 /docs/help
parentd291cb7faf2c1856e2cea486b0d935bbb16db2c9 (diff)
Documentation for Constant
Diffstat (limited to 'docs/help')
-rw-r--r--docs/help/constant.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/constant.html b/docs/help/constant.html
index 17ba5562..97bf2c16 100644
--- a/docs/help/constant.html
+++ b/docs/help/constant.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="dot-above-"><a class="header" href="#dot-above-">Dot Above (<code><span class='Modifier'>˙</span></code>)</a></h1>
<h2 id="𝔽-𝕩-𝕨-𝔽-𝕩-constant"><a class="header" href="#𝔽-𝕩-𝕨-𝔽-𝕩-constant"><code><span class='Function'>𝔽</span><span class='Modifier'>˙</span> <span class='Value'>𝕩</span></code>, <code><span class='Value'>𝕨</span> <span class='Function'>𝔽</span><span class='Modifier'>˙</span> <span class='Value'>𝕩</span></code>: Constant</a></h2>
+<p><a class="fulldoc" href="../doc/constant.html">→full documentation</a></p>
<p>Returns a function that will always return <code><span class='Value'>𝕗</span></code>.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ImhlbGxvIiAxy5kgMgoKImhlbGxvIiB78J2VqCvwnZWpfcuZIDI=">↗️</a><pre> <span class='String'>&quot;hello&quot;</span> <span class='Number'>1</span><span class='Modifier'>˙</span> <span class='Number'>2</span>
1