<> ( x1 x2 -- fl )
published: 29 January 2023 / updated 29 January 2023
vocabulary: forth
flag is true if and only if x1 is different x2.
Example:
5 5 <> \ push FALSE on stack 5 4 <> \ push TRUE on stack
published: 29 January 2023 / updated 29 January 2023
vocabulary: forth
flag is true if and only if x1 is different x2.
5 5 <> \ push FALSE on stack 5 4 <> \ push TRUE on stack