0=  ( x -- fl )

published: 29 January 2023 / updated 29 January 2023

Lire cette page en français

 

vocabulary: forth

flag is true if and only if x is equal to zero.

Example:

5 0=      \ push  FALSE on stack 
0 0=      \ push  TRUE  on stack