Minor cleanup.

This commit is contained in:
Simon Forman
2022-03-24 20:28:37 -07:00
parent 90aa426bbd
commit a2541e644b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -791,7 +791,7 @@
L</code></pre>
<h3 id="discussion-19">Discussion</h3>
<p>This is useful sometimes, and you can <a href="#dup">dup</a> or <a href="#dupd">dupd</a> with two quoted programs to handle the cases when you just want to deal with <a href="#section-14">&lt;=</a> or <a href="#section-9">&gt;=</a> and not all three possibilities, e.g.:</p>
<pre><code>[G] [LE] dup cmp
<pre><code>[G] [EL] dup cmp
[GE] [L] dupd cmp</code></pre>
<p>Or even:</p>