g.js — graphical objects for JavaScript

oror

Perform the logical OR operation.

The OR operation returns true if one of the inputs is true:

g.or(false, true);

See Also

  • and: Local AND operation.
  • xor: Logical XOR operation.
  • not: Logical NOT operation.