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 OR with multiple operands"
From CANNY Wiki
[checked revision] | [checked revision] |
Line 1: | Line 1: | ||
[[Category:Tips and Tricks|12.02]] | [[Category:Tips and Tricks|12.02]] | ||
− | == | + | == The problem == |
− | + | Implement "Logical OR" operation with eight operands. | |
− | == | + | == Obvious solution == |
[[File:example2.png|800px]] | [[File:example2.png|800px]] | ||
− | + | == Alternative solution == | |
− | + | ||
− | == | + | |
[[File:example2a.png|600px]] | [[File:example2a.png|600px]] | ||
− | |||
− |
Revision as of 13:30, 23 December 2018
The problem
Implement "Logical OR" operation with eight operands.