Calculates the opposite of the conditional (non-implication) on two or more values.
Two or more values
const x = Chalkboard.bool.COND(false, false, true); // Returns falseconst y = Chalkboard.bool.COND(true, false, true); // Returns true Copy
const x = Chalkboard.bool.COND(false, false, true); // Returns falseconst y = Chalkboard.bool.COND(true, false, true); // Returns true
Calculates the opposite of the conditional (non-implication) on two or more values.