aboutsummaryrefslogtreecommitdiff
path: root/docs/help/⊢identity right.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/⊢identity right.html')
-rw-r--r--docs/help/⊢identity right.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/help/⊢identity right.html b/docs/help/⊢identity right.html
deleted file mode 100644
index db9c8425..00000000
--- a/docs/help/⊢identity right.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<head>
- <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
- <link href="../style.css" rel="stylesheet"/>
- <title>BQN: Right Tack (`⊢`)</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="right-tack-"><a class="header" href="#right-tack-">Right Tack (<code><span class='Function'>⊢</span></code>)</a></h1>
-<p><code><span class='Function'>⊢</span> <span class='Value'>𝕩</span></code>:</p>
-<p>Return <code><span class='Value'>𝕩</span></code>.</p>
-<pre> <span class='Function'>⊢</span> <span class='Number'>5</span>
-<span class='Number'>5</span>
-</pre>
-<p><code><span class='Value'>𝕨</span> <span class='Function'>⊢</span> <span class='Value'>𝕩</span></code>: Right</p>
-<p>Return <code><span class='Value'>𝕩</span></code>.</p>
-<pre> <span class='Number'>5</span> <span class='Function'>⊢</span> <span class='Number'>8</span>
-<span class='Number'>8</span>
- <span class='String'>'a'</span> <span class='Function'>⊢</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span>
-<span class='Bracket'>⟨</span> <span class='Number'>1</span> <span class='Number'>2</span> <span class='Number'>3</span> <span class='Bracket'>⟩</span>
-</pre>