Function xor from numeric
Brief description
xor(left:int,right:int):int
Computes the bitwise XOR operator More ...
Function information
| Name: | xor |
| Base: | |
| Group: | Built-in plugins:Integers |
| Icon: | math.png |
| Color: | black |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Computes the bitwise XOR operator.
Input parameters
-
left:
int
- Left argument
-
right:
int
- Right argument
Return values
-
Default return value:
int
- New integer
