NOT "not" ( n1 -- n2 )


Forth79Forth83ANSIForth200x
X


Reverse the boolean value of n1 by inverting every bit of n1.
Jedes Bit von n1 wird einzeln invertiert und das ergibt n2.