Boolean values: Difference between revisions

add booleans for BLC
m (→‎{{header|Wren}}: Changed to Wren S/H)
imported>Tromp
(add booleans for BLC)
Line 665:
=={{header|Befunge}}==
Zero is false, non-zero is true. This is only used by the horizontal and vertical switch operators (<code>_</code> and <code>|</code>).
 
=={{header|Binary Lambda Calculus}}==
 
The standard representations for the booleans in lambda calculus are true = \then. \else. then, and false = \then. \else. else, which correspond to BLC programs
 
<code>00 00 110</code> and <code>00 00 10</code>
 
=={{header|BQN}}==
 
Anonymous user