BitRight
The operation shifts the value of first number to the right by second number bits.
syntax
BitRight(number;shift)
example
BitRight(8;1) = 4
explanation:
8 = bin 1000
4 = bin 0100
-> value after shift one step on the right