TRUE
Syntax TRUE
 
Explanation

TRUE 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 TRUE is "TRUE, as is the output of the procedure TRUE.
 
 

Examples  MAKE "A TRUE
:A
Result: TRUE
5 > 3
Result: TRUE

TopIndex