Re: [Pharo-project] Do you know any code that can be better understood with its test?
Oct. 14, 2012
7:30 a.m.
Stef wrote:
bitShift:
look at the tests
((1 bitShift: 100) bitShift: -100) = 1
For even better understanding, add ((1 bitShift: -100) bitShift: 100) = 0 Stephan
5038
Age (days ago)
5038
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stephan Eggermont