Don Wrote: > (D has introduced ANOTHER instance of this with the ridiculous >>> > operator. > byte b = -1; > byte c = b >>> 1; > Guess what c is! > ) :) Well, there was issue. Wasn't it fixed? More interesting case is byte c = -1 >>> 1;