Boolean values: Difference between revisions

(Forth)
Line 49:
# value: "a"</lang>
 
=={{langheader|Forth}}==
In conditionals, zero is false, non-zero is true. There are predefined constants for the canonical forms (all bits set/clear).
<lang forth>
Anonymous user