aboutsummaryrefslogtreecommitdiff
path: root/docs/help/˙constant.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/˙constant.html')
-rw-r--r--docs/help/˙constant.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/help/˙constant.html b/docs/help/˙constant.html
deleted file mode 100644
index 60277f67..00000000
--- a/docs/help/˙constant.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<head>
- <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
- <link href="../style.css" rel="stylesheet"/>
- <title>BQN: Dot Above (`˙`)</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="dot-above-"><a class="header" href="#dot-above-">Dot Above (<code><span class='Modifier'>˙</span></code>)</a></h1>
-<p><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</p>
-<p>Returns a function that will always return <code><span class='Value'>𝕗</span></code>.</p>
-<pre> <span class='String'>&quot;hello&quot;</span> <span class='Paren'>(</span><span class='Number'>1</span> <span class='Modifier'>˙</span><span class='Paren'>)</span> <span class='Number'>2</span>
-<span class='Number'>1</span>
- <span class='String'>&quot;hello&quot;</span> <span class='Paren'>(</span><span class='Brace'>{</span><span class='Value'>𝕨</span><span class='Function'>+</span><span class='Value'>𝕩</span><span class='Brace'>}</span> <span class='Modifier'>˙</span><span class='Paren'>)</span> <span class='Number'>2</span>
-<span class='Paren'>(</span><span class='Value'>function</span> <span class='Value'>block</span><span class='Paren'>)</span>
-</pre>