On Monday-201506-22 20:58, Jan Dubois wrote: > Surely a right shift by too many bits should result in 0. Well, duh, I forgot the most obvious option :-) > I'm less sure about the left shift, but I think I would rather see the > far left bits dropped. Zero also for overly-left-shift would be at least logical. For UV (the default case), that is. For 'use integer' (which is signed ints), umm... yeah, gets funky for the negatives. How do our "high-level" neighbors do? Python, Ruby?Thread Previous | Thread Next