Posts by Jorge Aldo • 131 points
1 post
-
3
votes1
answer397
viewsA: Convert java code to pascal
I’ll just answer that part : slice |= (byte) ((v ? 1 : 0) << (7 -b)); Each part : |= The pipe operator "|" in java means OR operation, and when associated with "=" in short form implies a |= b…