Specifications

BASIC commands
PROGRAMMING MANUAL 178
Revision 5.0
/i
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