FALSE
Syntax FALSE
 
Explanation

FALSE is reported by logical operators (=, <, >, etc.) and primitives that end in ? (WORD?, SHOWN?, etc.). Reporters that output TRUE or FALSE are useful as input to IF, AND, NOT, OR, TEST. The value of the system variable FALSE is "FALSE, as is the output of the procedure FALSE.
 
 

Examples MAKE "A FALSE
:A
Result: FALSE
5 < 3
Result: FALSE

TopIndex