This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "T-n-T: Logical AND with multiple operands"

From CANNY Wiki
Jump to: navigation, search
[checked revision][checked revision]
Line 2: Line 2:
 
== The problem ==
 
== The problem ==
  
Implement "Logical OR" operation with eight operands.
+
Implement "Logical AND" operation with eight operands.
  
 
== Obvious solution ==
 
== Obvious solution ==

Revision as of 13:30, 23 December 2018

The problem

Implement "Logical AND" operation with eight operands.

Obvious solution

Example2.png

Alternative solution

Example2a.png