mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Add invert
This commit is contained in:
parent
d197737bcc
commit
76c605af84
1 changed files with 4 additions and 0 deletions
|
@ -575,6 +575,10 @@ alias-builtin xor ^
|
|||
\ ( n1 -- n2 )
|
||||
: not false = ;
|
||||
|
||||
\ ( n1 -- n2 )
|
||||
\ bitwise invert
|
||||
: invert -1 xor ;
|
||||
|
||||
: > swap < ;
|
||||
: <= > not ;
|
||||
: >= < not ;
|
||||
|
|
Loading…
Reference in a new issue