
BASIC commands
PROGRAMMING MANUAL
203
R
e
vi
si
o
n
1
.0
/i
/i
Bit 1
Bit 2
Result
0
0
0
0
1
1
1
0
1
1
1
0
Arguments
•
expression1
Any valid BASIC expression.
•
expression2
Any valid BASIC expression.
Example
VR(0)=10 XOR 18
The
XOR
is a bit operator and so the binary action taking place is as follows:
01010 XOR 10010 = 11000
. The result is therefore 24.
See also
N/A