Feb. 6, 2015
2:10 p.m.
Hello, I have just found that calling asByteArray for any negative small integer returns the same result that the positive small integer. Is it supposed to be like that or is it a bug? 1 asByteArray = -1 asByteArray. "true" (1 to: 100000) allSatisfy: [ :int | int asByteArray = int negated asByteArray ] âtrue" Cheers, Alejandro