aboutsummaryrefslogtreecommitdiff
path: root/docs/help/undo.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/undo.html')
-rw-r--r--docs/help/undo.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/undo.html b/docs/help/undo.html
index dfb27aeb..77ba8bb4 100644
--- a/docs/help/undo.html
+++ b/docs/help/undo.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="superscript-equals-sign-"><a class="header" href="#superscript-equals-sign-">Superscript Equals Sign (<code><span class='Modifier'>⁼</span></code>)</a></h1>
<h2 id="𝔽-𝕩-𝕨-𝔽-𝕩-undo"><a class="header" href="#𝔽-𝕩-𝕨-𝔽-𝕩-undo"><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>: Undo</a></h2>
+<p><a class="fulldoc" href="../doc/undo.html">→full documentation</a></p>
<p>Invert the function <code><span class='Function'>𝔽</span></code>, or use its defined inverse. Not all functions have inverses.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSAtIDIKCjEgLeKBvCAyCgriiJogMTYKCuKImuKBvCA0Cgrii4YgMQoK4ouG4oG8IDIuNzE4MjgxODI4NDU5MDQ1">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>-</span> <span class='Number'>2</span>
¯1