mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
retro.forth: smaller, faster lteq?
FossilOrigin-Name: 72c0f243d4d4c50b3610627a9fa48aacd2e3c3ed5917aeab86d96153889293c9
This commit is contained in:
parent
1cd22dcf51
commit
96fe3943bb
3 changed files with 621 additions and 622 deletions
|
@ -498,7 +498,7 @@ The basic Rx kernel doesn't provide two useful forms which I'll
|
|||
provide here.
|
||||
|
||||
~~~
|
||||
:lteq? (nn-f) dup-pair eq? <? dip or ;
|
||||
:lteq? (nn-f) dup-pair \eqpultpo \or...... ;
|
||||
:gteq? (nn-f) swap lteq? ;
|
||||
~~~
|
||||
|
||||
|
|
BIN
ngaImage
BIN
ngaImage
Binary file not shown.
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue