NOR node bug found

I don’t think nor node works with more than 2 inputs. !(A || B) evaluates to true if both are false, the true value then gets used for calculation for next pin. I only noticed because nor with 3 false inputs is outputting false value.

Good catch! Created an issue to track the bug https://github.com/xodio/xod/issues/1911