xor
Bitwise xor the top two variables on the stack Takes the type of the variables as a string
Identifier | Type | Byte Size |
---|---|---|
B | Byte | 1 |
S | Short | 2 |
I | Int | 4 |
J | Long | 8 |
b | UByte | 1 |
s | UShort | 2 |
i | UInt | 4 |
j | ULong | 8 |
Z | Bool | 1 |
C | Char | 2 |
F | Float | 4 |
D | Double | 8 |
Since
0.1.0
Parameters
type
The type of the variables to bitwise xor