6.2.2298
TRUE
 
CORE EXT
 
( -- true )

Return a true flag, a single-cell value with all bits set.

Rationale:
TRUE is equivalent to the phrase 0 0=.
Testing:
T{ TRUE -> <TRUE> }T
T{ TRUE -> 0 INVERT }T