This documentation is out of date.

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

T-n-T: Logical AND with multiple operands

From CANNY Wiki
Revision as of 13:28, 23 December 2018 by CANNY (Talk | contribs)


Jump to: navigation, search

The problem

Implement "Logical OR" operation with eight operands.

Obvious solution

Example2.png

Alternative solution

Example2a.png