^
binary operatorsPerforms a bitwise XOR operation.
The ^
operator consumes two LONG from the top of the stack and pushes back their bitwise XOR.
Since Warp 10™ 2.1, ^
can be applied on two long GTS, or on one long GTS and a long mask.
Loading
Performs a bitwise XOR operation.
The ^
operator consumes two LONG from the top of the stack and pushes back their bitwise XOR.
Since Warp 10™ 2.1, ^
can be applied on two long GTS, or on one long GTS and a long mask.