<>  ( x1 x2 -- fl )

published: 29 January 2023 / updated 29 January 2023

Lire cette page en français

 

flag is true if and only if x1 is different x2.

Example:

5 5 <>      \ push  FALSE on stack 
5 4 <>      \ push  TRUE  on stack