Jump to content

Ternary logic: Difference between revisions

m
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}}==
64

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.