powered by
Takes two integers and adds their bits modulus two. The resulting string of bits represents an integer, that value of which is the output.
addmod2(x,a)
integer
Integer resulting from the bit-wise addition of two number modulus 2
# NOT RUN { addmod2(5,5) addmod2(1,2) # }
Run the code above in your browser using DataLab