I saw this logic and wonder why the result is one rather than zero:
P ← 1 1 0
Q ← 0 0 1
∨/ P ∧← Q
1
On the other hand the following results in zero:
P ← 1 1 0
Q ← 0 0 1
∨/ P ← P ∧ Q
0
I'm using Dyalog APL 16.