Boolean values: Difference between revisions

m
imported>Tromp
(add booleans for BLC)
imported>Tromp
 
Line 668:
=={{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>.
 
<code>00 00 110</code> and <code>00 00 10</code>
 
=={{header|BQN}}==
Anonymous user