j
k
j a
j l
Stef wrote:
bitShift: look at the tests ((1 bitShift: 100) bitShift: -100) = 1
bitShift:
look at the tests
((1 bitShift: 100) bitShift: -100) = 1
For even better understanding, add ((1 bitShift: -100) bitShift: 100) = 0 Stephan
Back to the thread
Back to the list