This is a bitwise or. Since bitwise operations only make sense on integers, 0.5 is truncated. x | 0 is x , if x is an integer.
確定! 回上一頁