Description Usage Arguments Value Examples
Simple function returns true if the two inputs are not of same value, otherwise it returns false. Throws an error if both inputs aren't logical.
1 | xor(x, y)
|
x |
The first logical input. |
y |
The second logical input. |
A logical input containig the resutls of x!=y.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.