xor
| Explanation | Find the exclusive OR of the two numbers. *Added since Version 5.0.1* *Not supported in Mobile, AI* | |
| Call format | var s = xor( arg1, arg2 ) | |
| Return value | Calculation result | |
| Arguments | Number arg1 | The target number. It is automatically converted to a 32-bit integer internally. |
| Number arg2 | The target number. It is automatically converted to a 32-bit integer internally. | |
| Exception | None | |
| Example of use | | |
| Related item | or, and methods | |