Returns the bitwise logical XOR (eXclusive OR) of the integers val1 through val9.
$(XOR, val1 [, val2,..., val9])
Examples
| Code | Returns | 
|---|---|
| $(xor,101,110) | 11 | 
| $(xor,100,101) | 1 | 
| $(xor,100,010,001) | 111 | 
| $(xor,000,100,101,110) | 111 | 
See also...
DIESEL functions| © Bricsys NV. All rights reserved. |