Minor cleanup.
This commit is contained in:
parent
90aa426bbd
commit
a2541e644b
|
|
@ -24,7 +24,7 @@ This is useful sometimes, and you can [dup] or [dupd] with two quoted
|
||||||
programs to handle the cases when you just want to deal with [<=] or [>=]
|
programs to handle the cases when you just want to deal with [<=] or [>=]
|
||||||
and not all three possibilities, e.g.:
|
and not all three possibilities, e.g.:
|
||||||
|
|
||||||
[G] [LE] dup cmp
|
[G] [EL] dup cmp
|
||||||
|
|
||||||
[GE] [L] dupd cmp
|
[GE] [L] dupd cmp
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -791,7 +791,7 @@
|
||||||
L</code></pre>
|
L</code></pre>
|
||||||
<h3 id="discussion-19">Discussion</h3>
|
<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"><=</a> or <a href="#section-9">>=</a> and not all three possibilities, e.g.:</p>
|
<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"><=</a> or <a href="#section-9">>=</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>
|
[GE] [L] dupd cmp</code></pre>
|
||||||
<p>Or even:</p>
|
<p>Or even:</p>
|
||||||
|
|
|
||||||
|
|
@ -850,7 +850,7 @@ This is useful sometimes, and you can [dup] or [dupd] with two quoted
|
||||||
programs to handle the cases when you just want to deal with [<=] or [>=]
|
programs to handle the cases when you just want to deal with [<=] or [>=]
|
||||||
and not all three possibilities, e.g.:
|
and not all three possibilities, e.g.:
|
||||||
|
|
||||||
[G] [LE] dup cmp
|
[G] [EL] dup cmp
|
||||||
|
|
||||||
[GE] [L] dupd cmp
|
[GE] [L] dupd cmp
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue