Ternary logic: Difference between revisions

Content added Content deleted
Line 1,729:
=={{header|Free Pascal}}==
Free Pascal version with lookup.
Note that for implication and equivalence there are two versions, one lookup and one applied logic as proof.
<lang pascal>program ternarytests;
{$mode objfpc}
Line 1,891 ⟶ 1,892:
U|TUU
F|TTT</pre>
 
 
=={{header|Go}}==